Home
last modified time | relevance | path

Searched refs:nDefaultObjectSizeHeight (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx2456 sal_uInt32 nDefaultObjectSizeHeight= 3000; in DragCreateObject() local
2462 aRect1 = Rectangle( rStat.GetNow(), Size( nDefaultObjectSizeWidth, nDefaultObjectSizeHeight ) ); in DragCreateObject()
/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx478 nDefaultObjectSizeHeight(5000), in SdOptionsMisc()
/trunk/main/svx/source/dialog/
H A Dimapwnd.cxx958 sal_uInt32 nDefaultObjectSizeHeight = aPageSize.Height() / 4; in CreateDefaultObject() local
960 aPagePos.Y() += (aPageSize.Height() / 2) - (nDefaultObjectSizeHeight / 2); in CreateDefaultObject()
961 Rectangle aNewObjectRectangle(aPagePos, Size(nDefaultObjectSizeWidth, nDefaultObjectSizeHeight)); in CreateDefaultObject()
/trunk/main/sd/source/ui/view/
H A Ddrviewse.cxx602 sal_uInt32 nDefaultObjectSizeHeight(pOptions->GetDefaultObjectSizeHeight()); in FuPermanent() local
608 aPagePos.Y() -= nDefaultObjectSizeHeight / 2; in FuPermanent()
609 Rectangle aNewObjectRectangle(aPagePos, Size(nDefaultObjectSizeWidth, nDefaultObjectSizeHeight)); in FuPermanent()
/trunk/main/sd/source/ui/inc/
H A Doptsitem.hxx249 sal_uLong nDefaultObjectSizeHeight; member in SdOptionsMisc
331 sal_uLong GetDefaultObjectSizeHeight() const { Init(); return nDefaultObjectSizeHeight; } in GetDefaultObjectSizeHeight()
374 …eHeight( sal_uLong nHeight ) { if( nDefaultObjectSizeHeight != nHeight ) { OptionsChanged(); nDefa… in SetDefaultObjectSizeHeight()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh2.cxx367 sal_uInt32 nDefaultObjectSizeHeight = rAppOpt.GetDefaultObjectSizeHeight(); in ExecDraw() local
373 aPagePos.Y() -= nDefaultObjectSizeHeight / 2; in ExecDraw()
374 Rectangle aNewObjectRectangle(aPagePos, Size(nDefaultObjectSizeWidth, nDefaultObjectSizeHeight)); in ExecDraw()
/trunk/main/sc/source/core/tool/
H A Dappoptio.cxx109 nDefaultObjectSizeHeight = 5000; in SetDefaults()
132 nDefaultObjectSizeHeight = rCpy.nDefaultObjectSizeHeight; in operator =()
/trunk/main/sc/inc/
H A Dappoptio.hxx76 void SetDefaultObjectSizeHeight(sal_Int32 nNew) { nDefaultObjectSizeHeight = nNew; } in SetDefaultObjectSizeHeight()
77 sal_Int32 GetDefaultObjectSizeHeight() const { return nDefaultObjectSizeHeight; } in GetDefaultObjectSizeHeight()
101 sal_Int32 nDefaultObjectSizeHeight; member in ScAppOptions
/trunk/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx469 long nDefaultObjectSizeHeight = 2500; in createDefaultObject() local
470 Size aObjectSize( nDefaultObjectSizeWidth, nDefaultObjectSizeHeight ); in createDefaultObject()

Completed in 68 milliseconds