Searched refs:SDRATTR_CAPTIONESCISREL (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/svx/inc/svx/ |
H A D | sxcecitm.hxx | 59 SdrCaptionEscIsRelItem(sal_Bool bRel=sal_True): SdrYesNoItem(SDRATTR_CAPTIONESCISREL,bRel) {} in SdrCaptionEscIsRelItem() 60 SdrCaptionEscIsRelItem(SvStream& rIn) : SdrYesNoItem(SDRATTR_CAPTIONESCISREL,rIn) {} in SdrCaptionEscIsRelItem()
|
H A D | svddef.hxx | 84 #define SDRATTR_CAPTIONESCISREL (SDRATTR_CAPTION_FIRST+ 5) /* 1085 */ /* 1085 */ /* 1… macro
|
/aoo42x/main/cui/source/tabpages/ |
H A D | labdlg.cxx | 71 SDRATTR_CAPTIONESCISREL, 302 …bEscRel = ( ( const SfxBoolItem& ) rOutAttrs.Get( GetWhich( SDRATTR_CAPTIONESCISREL ) ) ).GetValue… in Reset()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdocapt.cxx | 439 rPara.bEscRel =((SdrCaptionEscIsRelItem&) (rSet.Get(SDRATTR_CAPTIONESCISREL ))).GetValue(); in ImpGetCaptParams()
|
H A D | svdattr.cxx | 118 mppLocalPoolDefaults[SDRATTR_CAPTIONESCISREL -SDRATTR_START]=new SdrCaptionEscIsRelItem ; in SdrItemPool() 470 case SDRATTR_CAPTIONESCISREL : nResId = SIP_SA_CAPTIONESCISREL;break; in TakeItemName()
|
H A D | svdibrow.cxx | 790 if (ImpGetItem(*pSet,SDRATTR_CAPTIONESCISREL,pItem)) { in IsItemIneffective()
|
/aoo42x/main/svx/source/unodraw/ |
H A D | unoprov.cxx | 687 …{ MAP_CHAR_LEN("CaptionIsEscapeRelative"), SDRATTR_CAPTIONESCISREL, &::getBooleanCppuType(), 0, 0}, in ImplGetSvxCaptionPropertyMap()
|
Completed in 59 milliseconds