Home
last modified time | relevance | path

Searched refs:mnScale (Results 1 – 8 of 8) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/Accessibility/
H A DGraphicalDisplay.java70 (int)(mnScale*aScreenSize.getWidth()), in paintComponent()
71 (int)(mnScale*aScreenSize.getHeight())); in paintComponent()
77 (int)(mnScale*aScreenSize.getWidth()), in paintComponent()
78 (int)(mnScale*aScreenSize.getHeight())); in paintComponent()
118 (int)(mnHOffset + mnScale*aLocation.X+0.5), in drawAccessibleObject()
120 (int)(mnScale*aSize.Width), in drawAccessibleObject()
121 (int)(mnScale*aSize.Height)); in drawAccessibleObject()
155 mnScale = nHScale; in setupTransformation()
157 mnScale = nVScale; in setupTransformation()
167 mnScale = 1; in setupTransformation()
[all …]
/trunk/main/toolkit/test/accessibility/
H A DCanvas.java63 mnScale = 1; in Canvas()
229 mnScale*aScreenSize.getWidth(), in paintComponent()
230 mnScale*aScreenSize.getHeight()); in paintComponent()
248 mnHOffset, mnVOffset, mnScale, in paintComponent()
257 mnHOffset, mnVOffset, mnScale); in paintComponent()
307 mnScale = nHScale; in setupTransformation()
309 mnScale = nVScale; in setupTransformation()
313 mnScale = nZoomMode / 100.0; in setupTransformation()
325 (int)(2*mnHOffset + mnScale * aScreenSize.getWidth()), in setupTransformation()
333 mnScale = 1; in setupTransformation()
[all …]
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvas.java69 mnScale = 1; in Canvas()
123 g2.scale (mnScale, mnScale); in paintComponent()
222 mnScale = nHScale; in setupTransformation()
224 mnScale = nVScale; in setupTransformation()
228 mnScale = nZoomMode / 100.0; in setupTransformation()
234 - mnScale*aScreenSize.getWidth()) / 2.0; in setupTransformation()
236 - mnScale*aScreenSize.getHeight()) / 2.0; in setupTransformation()
243 (int)(2*mnHOffset + mnScale * aScreenSize.getWidth()), in setupTransformation()
244 (int)(2*mnVOffset + mnScale * aScreenSize.getHeight()))); in setupTransformation()
251 mnScale = 1; in setupTransformation()
[all …]
/trunk/main/sc/source/ui/view/
H A Dpreview.cxx127 mnScale( 0 ), in ScPreview()
419 mnScale = pPrintFunc->GetZoom(); in DoPrint()
462 nHeaderHeight = (long) ( nHeaderHeight * HMM_PER_TWIPS * mnScale / 100 + nTopMargin ); in DoPrint()
463 … nFooterHeight = (long) ( nFooterHeight * HMM_PER_TWIPS * mnScale / 100 + nBottomMargin ); in DoPrint()
1156 aHeaderSize.Height() = aHeaderSize.Height() * 100 / mnScale; in MouseButtonUp()
1170 aFooterSize.Height() = aFooterSize.Height() * 100 / mnScale; in MouseButtonUp()
1229 …Pixel().X() - nRight[ nColNumberButttonDown ], 0), aMMMode ).X() / HMM_PER_TWIPS ) * 100 / mnScale; in MouseButtonUp()
1235 …NumberButttonDown ] - rMEvt.GetPosPixel().X(), 0), aMMMode ).X() / HMM_PER_TWIPS ) * 100 / mnScale; in MouseButtonUp()
1289 if( mnScale > 0 ) in MouseMove()
1291 …derHeight = (long)( nTopMargin + pPrintFunc->GetHeader().nHeight * HMM_PER_TWIPS * mnScale / 100 ); in MouseMove()
[all …]
/trunk/main/oox/source/xls/
H A Dpagesettings.cxx125 mnScale( 100 ), in PageSettingsModel()
185 maModel.mnScale = rAttribs.getInteger( XML_scale, 100 ); in importPageSetup()
261 rStrm >> maModel.mnPaperSize >> maModel.mnScale in importPageSetup()
334 maModel.mnScale = nScale; in importPageSetup()
1124 …ale = (rModel.mbValidSettings && (rModel.mnScale > 0)) ? getLimitedValue< sal_Int16, sal_Int32 >( … in writePageSettingsProperties()
/trunk/main/slideshow/source/engine/
H A Danimationfactory.cxx622 mnScale( nScale ) in Scaler()
628 return mnScale * nVal; in operator ()()
632 double mnScale; member in slideshow::internal::__anon3f39c34d0111::Scaler
/trunk/main/sc/source/ui/inc/
H A Dpreview.hxx87 long mnScale; member in ScPreview
/trunk/main/oox/inc/oox/xls/
H A Dpagesettings.hxx58 sal_Int32 mnScale; /// Page scale (zoom in percent). member

Completed in 42 milliseconds