Searched refs:HAS_BASE (Results 1 – 10 of 10) sorted by relevance
| /aoo41x/main/svx/source/svdraw/ |
| H A D | svdibrow.cxx | 949 …if (!HAS_BASE(SfxVoidItem,&rItem) && !HAS_BASE(SfxSetItem,&rItem) && (!IsItemIneffective(nWhich,pS… in SetAttributes() 995 if (HAS_BASE(SfxByteItem ,&rItem)) aEntry.eItemType=ITEM_BYTE; in SetAttributes() 996 else if (HAS_BASE(SfxInt16Item ,&rItem)) aEntry.eItemType=ITEM_INT16; in SetAttributes() 998 else if (HAS_BASE(SfxInt32Item ,&rItem)) aEntry.eItemType=ITEM_INT32; in SetAttributes() 1001 else if (HAS_BASE(SfxBoolItem ,&rItem)) aEntry.eItemType=ITEM_BOOL; in SetAttributes() 1002 else if (HAS_BASE(SfxFlagItem ,&rItem)) aEntry.eItemType=ITEM_FLAG; in SetAttributes() 1005 else if (HAS_BASE(SfxPointItem ,&rItem)) aEntry.eItemType=ITEM_POINT; in SetAttributes() 1006 else if (HAS_BASE(SfxRectangleItem,&rItem)) aEntry.eItemType=ITEM_RECT; in SetAttributes() 1007 else if (HAS_BASE(SfxRangeItem ,&rItem)) aEntry.eItemType=ITEM_RANGE; in SetAttributes() 1010 else if (HAS_BASE(SvxFontItem ,&rItem)) aEntry.eItemType=ITEM_FONT; in SetAttributes() [all …]
|
| H A D | svdotxat.cxx | 214 if (HAS_BASE(SdrRectObj,this)) { // mal wieder 'nen Hack in NbcAdjustTextFrameWidthAndHeight() 217 if (HAS_BASE(SdrCaptionObj,this)) { // mal wieder 'nen Hack in NbcAdjustTextFrameWidthAndHeight() 233 if (HAS_BASE(SdrRectObj,this)) { // mal wieder 'nen Hack in AdjustTextFrameWidthAndHeight() 236 if (HAS_BASE(SdrCaptionObj,this)) { // mal wieder 'nen Hack in AdjustTextFrameWidthAndHeight()
|
| H A D | svdotxdr.cxx | 222 if (HAS_BASE(SdrRectObj,this)) { in MovCreate() 237 if (HAS_BASE(SdrRectObj,this)) { in EndCreate()
|
| H A D | svddrgv.cxx | 756 if (!HAS_BASE(SdrEdgeObj,pObj)) in IsInsGluePointPossible()
|
| H A D | svdcrtv.cxx | 486 if (HAS_BASE(SdrCaptionObj,pAktCreate)) in ImpBegCreateObj()
|
| H A D | svdoedge.cxx | 2128 FASTBOOL bEdge=HAS_BASE(SdrEdgeObj,pObj); // kein BestCon fuer Edge in ImpFindConnector()
|
| /aoo41x/main/svx/source/sdr/properties/ |
| H A D | attributeproperties.cxx | 101 if(GetStyleSheet() && HAS_BASE(SfxStyleSheet, mpStyleSheet)) in ImpRemoveStyleSheet() 491 if(GetStyleSheet() && HAS_BASE(SfxStyleSheet, mpStyleSheet)) in ForceStyleToHardAttributes() 570 if(HAS_BASE(SfxStyleSheet, GetStyleSheet())) in Notify()
|
| H A D | textproperties.cxx | 558 if(HAS_BASE(SfxStyleSheet, &rBC)) in Notify() 599 else if(HAS_BASE(SfxStyleSheetBasePool, &rBC)) in Notify()
|
| /aoo41x/main/tools/inc/tools/ |
| H A D | rtti.hxx | 162 #define HAS_BASE( T, pObj ) \ macro
|
| /aoo41x/main/sw/source/core/txtnode/ |
| H A D | ndtxt.cxx | 3697 ASSERT( HAS_BASE( SwTxtFmtColl, pNewColl ), in ChgFmtColl()
|
Completed in 107 milliseconds