Home
last modified time | relevance | path

Searched defs:bAutoGrow (Results 1 – 6 of 6) sorted by last modified time

/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/filter/xml/
H A DxmlExport.cxx485 bool bAutoGrow = aAutoGrow != _aSizeAutoGrow.end(); in collectStyleNames() local
545 bool bAutoGrow = xReportElement->getAutoGrow(); in exportSectionAutoStyle() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdedtv1.cxx1432 bool bAutoGrow=aMarkAttr.Get(SDRATTR_TEXT_AUTOGROWWIDTH).GetValue(); in GetGeoAttrFromMarked() local
1658 bool bAutoGrow=static_cast<const SfxBoolItem*>(pPoolItem)->GetValue(); in SetGeoAttrToMarked() local
1664 bool bAutoGrow=static_cast<const SfxBoolItem*>(pPoolItem)->GetValue(); in SetGeoAttrToMarked() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdibrow.cxx767 bool bAutoGrow=static_cast<const SdrOnOffItem*>(pItem)->GetValue(); in IsItemIneffective() local
775 bool bAutoGrow=static_cast<const SdrOnOffItem*>(pItem)->GetValue(); in IsItemIneffective() local
H A Dsvdedtv1.cxx1438 bool bAutoGrow=aMarkAttr.Get(SDRATTR_TEXT_AUTOGROWWIDTH).GetValue(); in GetGeoAttrFromMarked() local
1659 bool bAutoGrow=static_cast<const SfxBoolItem*>(pPoolItem)->GetValue(); in SetGeoAttrToMarked() local
1665 bool bAutoGrow=static_cast<const SfxBoolItem*>(pPoolItem)->GetValue(); in SetGeoAttrToMarked() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/filter/xml/
H A DxmlExport.cxx523 bool bAutoGrow = aAutoGrow != _aSizeAutoGrow.end(); in collectStyleNames() local
583 bool bAutoGrow = xReportElement->getAutoGrow(); in exportSectionAutoStyle() local
/dports/security/sancp/sancp-1.6.1-stable/
H A DMemoryPool.cc179 CMemoryPool::CMemoryPool(bool bAutoGrow /*=false*/, unsigned int dwBufferSize /*=4096*/, unsigned i… in CMemoryPool()