Home
last modified time | relevance | path

Searched refs:meObjectKind (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/gallery2/
H A Dgalmisc.cxx463 meObjectKind( mpTheme->GetObjectKind( nObjectPos ) ), in DBG_NAME()
486 switch( meObjectKind ) in InitData()
527 if( ( SGA_OBJ_SOUND != meObjectKind ) && !mpGraphicObject ) in InitData()
547 if( SGA_OBJ_SVDRAW == meObjectKind ) in AddSupportedFormats()
586 if( ( SOT_FORMATSTR_ID_DRAWING == nFormat ) && ( SGA_OBJ_SVDRAW == meObjectKind ) ) in GetData()
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx508 SdrObjKind meObjectKind; member in ImpPathForDragAndCreate
547 meObjectKind(mrSdrPathObject.meKind), in ImpPathForDragAndCreate()
847 bool bLineGlueMirror(OBJ_LINE == meObjectKind); in endPathDrag()
891 if((IsClosed(meObjectKind) && aCandidate.count() < 3L) || aCandidate.count() < 2L) in endPathDrag()
952 const SdrObjKind eKindMerk(meObjectKind); in getSpecialDragComment()
985 if(!IsFreeHand(meObjectKind)) in getSpecialDragComment()
1059 sal_Bool bClose(IsClosed(meObjectKind)); in getSpecialDragComment()
1090 sal_Bool bIsClosed(IsClosed(meObjectKind)); in getSpecialDragComment()
1280 bool bFreeHand(IsFreeHand(meObjectKind)); in BegCreate()
1288 …(meObjectKind==OBJ_POLY || meObjectKind==OBJ_PLIN || meObjectKind==OBJ_PATHLINE || meObjectKind==O… in BegCreate()
[all …]
/trunk/main/svx/inc/svx/
H A Dgalmisc.hxx191 SgaObjKind meObjectKind; member in GalleryTransferable