Home
last modified time | relevance | path

Searched refs:SDRLAYER_NOTFOUND (Results 1 – 14 of 14) sorted by relevance

/AOO42X/main/svx/source/svdraw/
H A Dsvdlayer.cxx372 sal_uIntPtr nRet=SDRLAYER_NOTFOUND; in GetLayerPos()
376 nRet=SDRLAYER_NOTFOUND; in GetLayerPos()
405 SdrLayerID nRet=SDRLAYER_NOTFOUND; in GetLayerID()
H A Dsvdedtv.cxx227 if(SDRLAYER_NOTFOUND != nLayerNum) in DeleteLayer()
311 if (nLayerNum!=SDRLAYER_NOTFOUND) in MoveLayer()
995 if (nLayer==SDRLAYER_NOTFOUND) nLayer=0; in InsertObjectAtView()
H A Dsvdpagv.cxx699 if(SDRLAYER_NOTFOUND != nID) in SetLayer()
714 if(SDRLAYER_NOTFOUND != nId) in IsLayer()
728 rB.Clear(SDRLAYER_NOTFOUND); in SetAllLayers()
H A Dsvdcrtv.cxx445 if (nLayer==SDRLAYER_NOTFOUND) nLayer=0; in ImpBegCreateObj()
675 if(SDRLAYER_NOTFOUND == nLayer) in EndCreateObj()
H A Dsvdxcgv.cxx155 if (rLayer==SDRLAYER_NOTFOUND) rLayer=0; in ImpGetPasteLayer()
409 if(SDRLAYER_NOTFOUND == nLayer) in Paste()
H A Dsvdpntv.cxx1231 if (nLayer!=SDRLAYER_NOTFOUND) { in MergeNotPersistDefaultAttr()
H A Dsvdobj.cxx2179 SdrLayerID nLayer=SDRLAYER_NOTFOUND; in NbcApplyNotPersistAttr()
2194 if (nLayer!=SDRLAYER_NOTFOUND) { in NbcApplyNotPersistAttr()
/AOO42X/main/sd/source/ui/view/
H A Dtabcontr.cxx255 … nRet = pDrViewSh->AcceptDrop( rEvt, *this, NULL, (sal_uInt16)nPageId, SDRLAYER_NOTFOUND ); in AcceptDrop()
336 … nRet = pDrViewSh->ExecuteDrop( rEvt, *this, NULL, (sal_uInt16)nPageId, SDRLAYER_NOTFOUND ); in ExecuteDrop()
H A Dsdwindow.cxx957 … nRet = mpViewShell->AcceptDrop( rEvt, *this, this, SDRPAGE_NOTFOUND, SDRLAYER_NOTFOUND ); in AcceptDrop()
976 nRet = mpViewShell->ExecuteDrop( rEvt, *this, this, SDRPAGE_NOTFOUND, SDRLAYER_NOTFOUND ); in ExecuteDrop()
H A Ddrviews1.cxx1319 sal_uInt16 nActiveLayer = SDRLAYER_NOTFOUND; in ResetActualLayer()
1376 if ( nActiveLayer == SDRLAYER_NOTFOUND ) in ResetActualLayer()
H A Dsdview2.cxx504 if( nLayer != SDRLAYER_NOTFOUND ) in AcceptDrop()
H A Dsdview3.cxx399 if( nLayer != SDRLAYER_NOTFOUND ) in InsertData()
/AOO42X/main/svx/inc/svx/
H A Dsvdtypes.hxx87 #define SDRLAYER_NOTFOUND 0xFF macro
/AOO42X/main/sd/source/ui/inc/
H A DView.hxx139 …al_uLong nFormat = 0, sal_uInt16 nPage = SDRPAGE_NOTFOUND, sal_uInt16 nLayer = SDRLAYER_NOTFOUND );