Home
last modified time | relevance | path

Searched refs:aXF (Results 1 – 3 of 3) sorted by path

/trunk/main/sc/source/filter/excel/
H A Dxistyle.cxx1260 XclImpXF aXF( rRoot ); in ApplyPatternForBiff2CellFormat() local
1263 aXF.SetAllUsedFlags( true ); in ApplyPatternForBiff2CellFormat()
1266 aXF.maProtection.FillFromXF2( nFlags1 ); in ApplyPatternForBiff2CellFormat()
1267 aXF.maAlignment.FillFromXF2( nFlags3 ); in ApplyPatternForBiff2CellFormat()
1268 aXF.maBorder.FillFromXF2( nFlags3 ); in ApplyPatternForBiff2CellFormat()
1269 aXF.maArea.FillFromXF2( nFlags3 ); in ApplyPatternForBiff2CellFormat()
1270 aXF.mnXclNumFmt = ::extract_value< sal_uInt16 >( nFlags2, 0, 6 ); in ApplyPatternForBiff2CellFormat()
1271 aXF.mnXclFont = ::extract_value< sal_uInt16 >( nFlags2, 6, 2 ); in ApplyPatternForBiff2CellFormat()
1274 aXF.ApplyPattern( rScPos.Col(), rScPos.Row(), rScPos.Col(), rScPos.Row(), rScPos.Tab() ); in ApplyPatternForBiff2CellFormat()
/trunk/main/sfx2/source/doc/
H A Dobjembed.cxx228 Fraction aXF( rSize.Width(), aSize.Width() ); in DoDraw() local
234 DoDraw_Impl( pDev, rObjPos, aXF, aYF, rSetup, nAspect ); in DoDraw()
/trunk/main/vcl/source/gdi/
H A Doutmap.cxx968 Fraction aXF = ImplMakeFraction( rNewMapMode.GetScaleX().GetNumerator(), in SetRelativeMapMode() local
994 aXF = ImplMakeFraction( aXF.GetNumerator(), aF.GetNumerator(), in SetRelativeMapMode()
995 aXF.GetDenominator(), aF.GetDenominator() ); in SetRelativeMapMode()
1000 aXF *= Fraction( mnDPIX, 1 ); in SetRelativeMapMode()
1005 aXF *= Fraction( 1, mnDPIX ); in SetRelativeMapMode()
1011 MapMode aNewMapMode( MAP_RELATIVE, Point( -aPt.X(), -aPt.Y() ), aXF, aYF ); in SetRelativeMapMode()

Completed in 27 milliseconds