Home
last modified time | relevance | path

Searched refs:bAutoGrow (Results 1 – 7 of 7) sorted by relevance

/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() argument
182 m_bAutoGrow(bAutoGrow) in CMemoryPool()
H A DMemoryPool.h76 …CMemoryPool(bool bAutoGrow = false, unsigned int dwBufferSize = 4096, unsigned int dwInitialCount …
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdedtv1.cxx1438 bool bAutoGrow=aMarkAttr.Get(SDRATTR_TEXT_AUTOGROWWIDTH).GetValue(); in GetGeoAttrFromMarked() local
1442 aRetSet.Put(SfxBoolItem(SID_ATTR_TRANSFORM_AUTOWIDTH,bAutoGrow)); in GetGeoAttrFromMarked()
1446 bAutoGrow=aMarkAttr.Get(SDRATTR_TEXT_AUTOGROWHEIGHT).GetValue(); in GetGeoAttrFromMarked()
1450 aRetSet.Put(SfxBoolItem(SID_ATTR_TRANSFORM_AUTOHEIGHT,bAutoGrow)); in GetGeoAttrFromMarked()
1659 bool bAutoGrow=static_cast<const SfxBoolItem*>(pPoolItem)->GetValue(); in SetGeoAttrToMarked() local
1660 aSetAttr.Put(makeSdrTextAutoGrowWidthItem(bAutoGrow)); in SetGeoAttrToMarked()
1665 bool bAutoGrow=static_cast<const SfxBoolItem*>(pPoolItem)->GetValue(); in SetGeoAttrToMarked() local
1666 aSetAttr.Put(makeSdrTextAutoGrowHeightItem(bAutoGrow)); in SetGeoAttrToMarked()
H A Dsvdibrow.cxx767 bool bAutoGrow=static_cast<const SdrOnOffItem*>(pItem)->GetValue(); in IsItemIneffective() local
768 if (!bAutoGrow) return true; in IsItemIneffective()
775 bool bAutoGrow=static_cast<const SdrOnOffItem*>(pItem)->GetValue(); in IsItemIneffective() local
776 if (!bAutoGrow) return true; in IsItemIneffective()
/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
1436 aRetSet.Put(SfxBoolItem(SID_ATTR_TRANSFORM_AUTOWIDTH,bAutoGrow)); in GetGeoAttrFromMarked()
1440 bAutoGrow=aMarkAttr.Get(SDRATTR_TEXT_AUTOGROWHEIGHT).GetValue(); in GetGeoAttrFromMarked()
1444 aRetSet.Put(SfxBoolItem(SID_ATTR_TRANSFORM_AUTOHEIGHT,bAutoGrow)); in GetGeoAttrFromMarked()
1658 bool bAutoGrow=static_cast<const SfxBoolItem*>(pPoolItem)->GetValue(); in SetGeoAttrToMarked() local
1659 aSetAttr.Put(makeSdrTextAutoGrowWidthItem(bAutoGrow)); in SetGeoAttrToMarked()
1664 bool bAutoGrow=static_cast<const SfxBoolItem*>(pPoolItem)->GetValue(); in SetGeoAttrToMarked() local
1665 aSetAttr.Put(makeSdrTextAutoGrowHeightItem(bAutoGrow)); in SetGeoAttrToMarked()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/filter/xml/
H A DxmlExport.cxx485 bool bAutoGrow = aAutoGrow != _aSizeAutoGrow.end(); in collectStyleNames() local
487 aPropertyStates[0].mnIndex = bAutoGrow ? 1 : 0; in collectStyleNames()
545 bool bAutoGrow = xReportElement->getAutoGrow(); in exportSectionAutoStyle() local
546 if (bAutoGrow) in exportSectionAutoStyle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/filter/xml/
H A DxmlExport.cxx523 bool bAutoGrow = aAutoGrow != _aSizeAutoGrow.end(); in collectStyleNames() local
525 aPropertyStates[0].mnIndex = bAutoGrow ? 1 : 0; in collectStyleNames()
583 bool bAutoGrow = xReportElement->getAutoGrow(); in exportSectionAutoStyle() local
584 if (bAutoGrow) in exportSectionAutoStyle()