Searched refs:aXF (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sc/source/filter/excel/ |
H A D | xistyle.cxx | 1260 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()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objembed.cxx | 228 Fraction aXF( rSize.Width(), aSize.Width() ); in DoDraw() local 234 DoDraw_Impl( pDev, rObjPos, aXF, aYF, rSetup, nAspect ); in DoDraw()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | outmap.cxx | 968 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 39 milliseconds