Home
last modified time | relevance | path

Searched refs:hasAnyOuterBorder (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dstylesbuffer.hxx420 bool hasAnyOuterBorder() const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dstylesbuffer.hxx422 bool hasAnyOuterBorder() const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dstylesbuffer.cxx1402 bool ApiBorderData::hasAnyOuterBorder() const in hasAnyOuterBorder() function in oox::xls::ApiBorderData
2213 if( (pAlignment->getApiData().mnRotation) && pBorder->getApiData().hasAnyOuterBorder() ) in createPattern()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dstylesbuffer.cxx1399 bool ApiBorderData::hasAnyOuterBorder() const in hasAnyOuterBorder() function in oox::xls::ApiBorderData
2206 … if( (pAlignment->getApiData().mnRotation != 0) && pBorder->getApiData().hasAnyOuterBorder() ) in createPattern()