Searched refs:PRESOBJ_NONE (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/sd/source/core/undo/ |
H A D | undoobjects.cxx | 286 , meOldKind(PRESOBJ_NONE) in UndoObjectPresentationKind() 287 , meNewKind(PRESOBJ_NONE) in UndoObjectPresentationKind() 305 if( meNewKind != PRESOBJ_NONE ) in Undo() 307 if( meOldKind != PRESOBJ_NONE ) in Undo() 319 if( meOldKind != PRESOBJ_NONE ) in Redo() 321 if( meNewKind != PRESOBJ_NONE ) in Redo()
|
/aoo4110/main/sd/source/core/ |
H A D | anminfo.cxx | 46 mePresObjKind (PRESOBJ_NONE), in SdAnimationInfo() 72 mePresObjKind (PRESOBJ_NONE), in SdAnimationInfo()
|
H A D | sdpage.cxx | 1156 LayoutDescriptor( 0, PRESOBJ_TITLE, PRESOBJ_NONE ), // AUTOLAYOUT_ONLY_TITLE in GetLayoutDescriptor() 1157 LayoutDescriptor( 0, PRESOBJ_NONE ), // AUTOLAYOUT_NONE in GetLayoutDescriptor() 1169 …LayoutDescriptor( 10, PRESOBJ_TEXT, PRESOBJ_NONE ), // AUTOLAYOUT_… in GetLayoutDescriptor() 1406 for (i = 0; (i < MAX_PRESOBJS) && (rDescriptor.meKind[i] != PRESOBJ_NONE); i++) in findAutoLayoutShapesImpl() 1428 for (i = 0; (i < MAX_PRESOBJS) && (rDescriptor.meKind[i] != PRESOBJ_NONE); i++) in findAutoLayoutShapesImpl() 1588 for (i = 0; (i < MAX_PRESOBJS) && (aDescriptor.meKind[i] != PRESOBJ_NONE); i++) in SetAutoLayout() 2377 PresObjKind eKind = PRESOBJ_NONE; in GetPresObjKind() 2399 pInfo->mePresObjKind = PRESOBJ_NONE; in RemovePresObj() 2928 …else if( (eKind != PRESOBJ_NONE) && pCheckPage->IsMasterPage() && ( pVisualizedPage != pCheckPage … in checkVisibility()
|
H A D | sdpage2.cxx | 470 if( eKind != PRESOBJ_NONE ) in GetTextStyleSheetForObject()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | sdview.cxx | 246 PresObjKind eKind(PRESOBJ_NONE); in createRedirectedPrimitive2DSequence() 265 eKind = pObjectsSdPage ? pObjectsSdPage->GetPresObjKind(pObject) : PRESOBJ_NONE; in createRedirectedPrimitive2DSequence() 1297 if( eKind != PRESOBJ_NONE ) in OnEndPasteOrDrop()
|
H A D | drawview.cxx | 604 if( pPage && ((ePresObjKind = pPage->GetPresObjKind(pObj)) != PRESOBJ_NONE)) in DeleteMarked()
|
/aoo4110/main/sd/inc/ |
H A D | pres.hxx | 28 PRESOBJ_NONE = 0, enumerator
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | unopage.cxx | 455 PresObjKind eObjKind = PRESOBJ_NONE; in _CreateSdrObject() 1405 eKind = PRESOBJ_NONE; in _CreateShape() 1410 eKind = PRESOBJ_NONE; in _CreateShape() 1421 if( eKind != PRESOBJ_NONE ) in _CreateShape() 1478 case PRESOBJ_NONE: in _CreateShape()
|
H A D | unoobj.cxx | 939 return pPage->GetPresObjKind(pObj) != PRESOBJ_NONE; in IsPresObj()
|
/aoo4110/main/sd/source/filter/ppt/ |
H A D | pptin.cxx | 2213 PresObjKind ePresKind = PRESOBJ_NONE; in ApplyTextObj() 2406 PresObjKind ePresObjKind = PRESOBJ_NONE; in ApplyTextObj() 2461 if ( ePresObjKind != PRESOBJ_NONE ) in ApplyTextObj()
|
Completed in 82 milliseconds