Home
last modified time | relevance | path

Searched refs:nDefaultObjectSizeWidth (Results 1 – 9 of 9) sorted by path

/trunk/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx468 long nDefaultObjectSizeWidth = 4000; in createDefaultObject() local
470 Size aObjectSize( nDefaultObjectSizeWidth, nDefaultObjectSizeHeight ); in createDefaultObject()
/trunk/main/sc/inc/
H A Dappoptio.hxx74 void SetDefaultObjectSizeWidth(sal_Int32 nNew) { nDefaultObjectSizeWidth = nNew; } in SetDefaultObjectSizeWidth()
75 sal_Int32 GetDefaultObjectSizeWidth() const { return nDefaultObjectSizeWidth; } in GetDefaultObjectSizeWidth()
100 sal_Int32 nDefaultObjectSizeWidth; member in ScAppOptions
/trunk/main/sc/source/core/tool/
H A Dappoptio.cxx108 nDefaultObjectSizeWidth = 8000; in SetDefaults()
131 nDefaultObjectSizeWidth = rCpy.nDefaultObjectSizeWidth; in operator =()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh2.cxx366 sal_uInt32 nDefaultObjectSizeWidth = rAppOpt.GetDefaultObjectSizeWidth(); in ExecDraw() local
372 aPagePos.X() -= nDefaultObjectSizeWidth / 2; in ExecDraw()
374 Rectangle aNewObjectRectangle(aPagePos, Size(nDefaultObjectSizeWidth, nDefaultObjectSizeHeight)); in ExecDraw()
/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx477 nDefaultObjectSizeWidth(8000), in SdOptionsMisc()
/trunk/main/sd/source/ui/inc/
H A Doptsitem.hxx248 sal_uLong nDefaultObjectSizeWidth; member in SdOptionsMisc
330 sal_uLong GetDefaultObjectSizeWidth() const { Init(); return nDefaultObjectSizeWidth; } in GetDefaultObjectSizeWidth()
373 …tSizeWidth( sal_uLong nWidth ) { if( nDefaultObjectSizeWidth != nWidth ) { OptionsChanged(); nDefa… in SetDefaultObjectSizeWidth()
/trunk/main/sd/source/ui/view/
H A Ddrviewse.cxx601 sal_uInt32 nDefaultObjectSizeWidth(pOptions->GetDefaultObjectSizeWidth()); in FuPermanent() local
607 aPagePos.X() -= nDefaultObjectSizeWidth / 2; in FuPermanent()
609 Rectangle aNewObjectRectangle(aPagePos, Size(nDefaultObjectSizeWidth, nDefaultObjectSizeHeight)); in FuPermanent()
/trunk/main/svx/source/dialog/
H A Dimapwnd.cxx957 sal_uInt32 nDefaultObjectSizeWidth = aPageSize.Width() / 4; in CreateDefaultObject() local
959 aPagePos.X() += (aPageSize.Width() / 2) - (nDefaultObjectSizeWidth / 2); in CreateDefaultObject()
961 Rectangle aNewObjectRectangle(aPagePos, Size(nDefaultObjectSizeWidth, nDefaultObjectSizeHeight)); in CreateDefaultObject()
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx2455 sal_uInt32 nDefaultObjectSizeWidth = 3000; // default width from SDOptions ? in DragCreateObject() local
2462 aRect1 = Rectangle( rStat.GetNow(), Size( nDefaultObjectSizeWidth, nDefaultObjectSizeHeight ) ); in DragCreateObject()

Completed in 61 milliseconds