MCPcopy Create free account
hub / github.com/KDE/labplot / hasAlignmentData

Method hasAlignmentData

src/3rdparty/QXlsx/source/xlsxformat.cpp:676–686  ·  view source on GitHub ↗

! * \internal */

Source from the content-addressed store, hash-verified

674 * \internal
675 */
676bool Format::hasAlignmentData() const
677{
678 if (!d)
679 return false;
680
681 for (int i=FormatPrivate::P_Alignment_STARTID; i<FormatPrivate::P_Alignment_ENDID; ++i) {
682 if (hasProperty(i))
683 return true;
684 }
685 return false;
686}
687
688/*!
689 * Set the border style with the given \a style.

Callers 1

writeCellXfsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected