Home
last modified time | relevance | path

Searched refs:bPermanent (Results 1 – 24 of 24) sorted by last modified time

/trunk/main/sd/source/ui/view/
H A Dviewshel.cxx1489 void ViewShell::DeactivateCurrentFunction( bool bPermanent /* == false */ ) in DeactivateCurrentFunction() argument
1493 if(bPermanent && (mxOldFunction == mxCurrentFunction)) in DeactivateCurrentFunction()
H A Ddrviewsc.cxx878 void DrawViewShell::UpdateToolboxImages( SfxItemSet &rSet, sal_Bool bPermanent ) in UpdateToolboxImages() argument
880 if( !bPermanent ) in UpdateToolboxImages()
H A Ddrviewse.cxx194 sal_Bool bPermanent = sal_False; in FuPermanent() local
232 bPermanent = sal_True; in FuPermanent()
275 …FuConstructUnoControl::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq, bPermanent ) ); in FuPermanent()
460 … FuConstructRectangle::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq, bPermanent ) ); in FuPermanent()
473 …uConstructBezierPolygon::Create(this, GetActiveWindow(), mpDrawView, GetDoc(), rReq, bPermanent) ); in FuPermanent()
482 …ion( FuEditGluePoints::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq, bPermanent ) ); in FuPermanent()
504 …nction( FuConstructArc::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq, bPermanent) ); in FuPermanent()
518 …n( FuConstruct3dObject::Create(this, GetActiveWindow(), mpDrawView, GetDoc(), rReq, bPermanent ) ); in FuPermanent()
531 …uConstructCustomShape::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq, bPermanent ) ); in FuPermanent()
/trunk/main/sd/source/ui/inc/
H A Dfuconbez.hxx45 …, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq, bool bPermanent );
H A Dfuconcs.hxx49 …, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq, bool bPermanent );
H A Dfuconrec.hxx49 …, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq, bool bPermanent );
H A Dfuconuno.hxx44 …, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq, bool bPermanent );
H A Dfudraw.hxx68 void SetPermanent(sal_Bool bSet) { bPermanent = bSet; } in SetPermanent()
92 sal_Bool bPermanent; member in sd::FuDraw
H A Dfuediglu.hxx43 …, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq, bool bPermanent );
H A Dfucon3d.hxx42 …, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq, bool bPermanent );
H A Dfuconarc.hxx38 …, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq, bool bPermanent );
H A DViewShell.hxx277 void DeactivateCurrentFunction( bool bPermanent = false );
H A DDrawViewShell.hxx421 void UpdateToolboxImages( SfxItemSet &rSet, sal_Bool bPermanent = sal_True );
/trunk/main/sd/source/ui/func/
H A Dfutext.cxx358 !bPermanent ) ) in MouseButtonDown()
467 (bPermanent || !bFirstObjCreated) ) in MouseButtonDown()
822 if ( ( (!bEmptyTextObj && bPermanent) || in MouseButtonUp()
823 (!bFirstObjCreated && !bPermanent) ) && in MouseButtonUp()
1038 if( bPermanent ) in KeyInput()
1112 if( bPermanent ) in SetInEditMode()
H A Dfuconrec.cxx96 …h, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq, bool bPermanent ) in Create() argument
101 pFunc->SetPermanent(bPermanent); in Create()
300 if (!bPermanent) in MouseButtonUp()
H A Dfuconuno.cxx75 …h, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq, bool bPermanent ) in Create() argument
80 pFunc->SetPermanent(bPermanent); in Create()
148 if (!bPermanent) in MouseButtonUp()
H A Dfudraw.cxx94 bPermanent(sal_False) in FuDraw()
H A Dfuediglu.cxx73 …h, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq, bool bPermanent ) in Create() argument
78 pFunc->SetPermanent( bPermanent ); in Create()
H A Dfucon3d.cxx79 …h, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq, bool bPermanent ) in Create() argument
84 pFunc->SetPermanent(bPermanent); in Create()
395 if (!bPermanent) in MouseButtonUp()
H A Dfuconarc.cxx73 …, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq, bool bPermanent ) in Create() argument
78 pFunc->SetPermanent(bPermanent); in Create()
192 if (!bPermanent && bCreated) in MouseButtonUp()
H A Dfuconbez.cxx80 …h, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq, bool bPermanent ) in Create() argument
85 pFunc->SetPermanent(bPermanent); in Create()
247 if ((!bPermanent && bCreated) || bDeleted) in MouseButtonUp()
H A Dfuconcs.cxx101 …h, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq, bool bPermanent ) in Create() argument
106 pFunc->SetPermanent( bPermanent ); in Create()
196 if (!bPermanent) in MouseButtonUp()
/trunk/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx950 …CacheTableReferenced( sal_uInt16 nFileId, const String& rTabName, size_t nSheets, bool bPermanent ) in setCacheTableReferenced() argument
965 Table::ReferencedFlag eNewFlag = (bPermanent ? in setCacheTableReferenced()
/trunk/main/sc/inc/
H A Dexternalrefmgr.hxx268 …acheTableReferenced( sal_uInt16 nFileId, const String& rTabName, size_t nSheets, bool bPermanent );

Completed in 103 milliseconds