/aoo41x/main/tools/source/generic/ |
H A D | svborder.cxx | 51 Size aS( rRect.GetSize() ); in operator +=() local 52 aS.Width() += rBorder.Left() + rBorder.Right(); in operator +=() 53 aS.Height() += rBorder.Top() + rBorder.Bottom(); in operator +=() 57 rRect.SetSize( aS ); in operator +=() 64 Size aS( rRect.GetSize() ); in operator -=() local 65 aS.Width() -= rBorder.Left() + rBorder.Right(); in operator -=() 66 aS.Height() -= rBorder.Top() + rBorder.Bottom(); in operator -=() 70 rRect.SetSize( aS ); in operator -=()
|
/aoo41x/main/automation/source/server/ |
H A D | profiler.cxx | 252 String TTProfiler::Pad( const String aS, xub_StrLen nLen ) in Pad() argument 254 if ( nLen > aS.Len() ) in Pad() 255 return UniString().Fill( nLen - aS.Len() ).Append( aS ); in Pad() 257 return CUniString(" ").Append( aS ); in Pad()
|
H A D | statemnt.cxx | 4123 Size aS = pControl->GetOutputSizePixel(); in HandleCommonMethods() local 4124 Point aPos = Point(aS.Width() * nNr1 / 100,aS.Height() * nNr2 / 100); in HandleCommonMethods() 4143 Size aS = pControl->GetOutputSizePixel(); in HandleCommonMethods() local 4144 Point aPos = Point(aS.Width() * nNr1 / 100,aS.Height() * nNr2 / 100); in HandleCommonMethods() 4162 Size aS = pControl->GetOutputSizePixel(); in HandleCommonMethods() local 4163 Point aPos = Point(aS.Width() * nNr1 / 100,aS.Height() * nNr2 / 100); in HandleCommonMethods() 4183 Size aS = pControl->GetOutputSizePixel(); in HandleCommonMethods() local 4184 Point aPos = Point(aS.Width() * nNr1 / 100,aS.Height() * nNr2 / 100); in HandleCommonMethods()
|
H A D | profiler.hxx | 110 String Pad( const String aS, xub_StrLen nLen ); // F�gt blanks links an den String an
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdtrans.cxx | 806 FrPair aS(GetInchOrMM(eS)); in GetMapFactor() local 810 FrPair aRet(aD.X()/aS.X(),aD.Y()/aS.Y()); in GetMapFactor() 818 FrPair aS(GetInchOrMM(eS)); in GetMapFactor() local 822 FrPair aRet(aD.X()/aS.X(),aD.Y()/aS.Y()); in GetMapFactor() 830 FrPair aS(GetInchOrMM(eS)); in GetMapFactor() local 834 FrPair aRet(aD.X()/aS.X(),aD.Y()/aS.Y()); in GetMapFactor() 843 FrPair aS(GetInchOrMM(eS)); in GetMapFactor() local 847 FrPair aRet(aD.X()/aS.X(),aD.Y()/aS.Y()); in GetMapFactor()
|
/aoo41x/main/cppuhelper/test/ |
H A D | testpropshlp.cxx | 288 Sequence< OUString > aS( 4 ); in test_PropertyArrayHelper() local 291 aS.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("a") ); in test_PropertyArrayHelper() 292 aS.getArray()[1] = OUString( RTL_CONSTASCII_USTRINGPARAM("d") ); in test_PropertyArrayHelper() 293 aS.getArray()[2] = OUString( RTL_CONSTASCII_USTRINGPARAM("f") ); in test_PropertyArrayHelper() 294 aS.getArray()[3] = OUString( RTL_CONSTASCII_USTRINGPARAM("t") ); in test_PropertyArrayHelper() 295 sal_Int32 nHitCount = a1.fillHandles( Handles, aS ); in test_PropertyArrayHelper()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | UndoSort.hxx | 51 SwSortUndoElement( const String& aS, const String& aT ) in SwSortUndoElement() 53 SORT_TXT_TBL.TBL.pSource = new String( aS ); in SwSortUndoElement()
|
/aoo41x/main/sw/source/filter/ww1/ |
H A D | w1sprm.cxx | 273 SvxShadowItem aS(RES_SHADOW,(const Color*)&aBlack, 32, in Start() local 276 rOut.SetFlyFrmAttr( aS ); in Start() 278 rOut << aS; in Start()
|
H A D | fltshell.cxx | 564 SwSetExpFieldType aS(pDoc, rName, nsSwGetSetExpType::GSE_STRING); in SetAttrInDoc() local 565 pFT = pDoc->InsertFldType(aS); in SetAttrInDoc() 1182 SwSetExpFieldType aS(&GetDoc(), aName, nsSwGetSetExpType::GSE_STRING); in AddError() local 1183 pFT = GetDoc().InsertFldType(aS); in AddError()
|
H A D | w1filter.cxx | 827 SwSetExpFieldType aS(&rOut.GetDoc(), aName, nsSwGetSetExpType::GSE_FORMULA); in Out() local 828 pFT = rOut.GetDoc().InsertFldType(aS); in Out()
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFontWork.cxx | 850 Size aS( pCustomShape->GetLogicRect().GetSize() ); in CreateSdrObjectFromParagraphOutlines() local 851 aP.X() -= aS.Width() / 2; in CreateSdrObjectFromParagraphOutlines() 852 aP.Y() -= aS.Height() / 2; in CreateSdrObjectFromParagraphOutlines() 853 Rectangle aLogicRect( aP, aS ); in CreateSdrObjectFromParagraphOutlines()
|
H A D | EnhancedCustomShape2d.cxx | 727 Size aS( pCustomShapeObj->GetLogicRect().GetSize() ); in EnhancedCustomShape2d() local 728 aP.X() -= aS.Width() / 2; in EnhancedCustomShape2d() 729 aP.Y() -= aS.Height() / 2; in EnhancedCustomShape2d() 730 aLogicRect = Rectangle( aP, aS ); in EnhancedCustomShape2d() 1621 Size aS( (sal_Int32)( fWidth * 2.0 ), (sal_Int32)( fHeight * 2.0 ) ); in CreateSubPath() local 1622 Rectangle aRect( aP, aS ); in CreateSubPath()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | widwitem.hxx | 46 friend SvStream & operator<<( SvStream & aS, SvxWidowsItem & );
|
H A D | orphitem.hxx | 46 friend SvStream & operator<<( SvStream & aS, SvxOrphansItem & );
|
H A D | hyznitem.hxx | 53 friend SvStream & operator<<( SvStream & aS, SvxHyphenZoneItem & );
|
/aoo41x/main/sw/inc/ |
H A D | ndhints.hxx | 208 SvStream &operator<<(SvStream &aS, const SwpHints &rHints); //$ ostream
|
/aoo41x/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 5630 ::com::sun::star::awt::Size aS( ImplMapSize( aSize ) ); in ImplMapRectangle() 5631 return Rectangle( Point( aP.X, aP.Y ), Size( aS.Width, aS.Height ) ); in ImplMapRectangle() 5753 awt::Size aS( 0, 0 ); in ImplCreateTable() local 5754 xPropSet->getPropertyValue( sWidth ) >>= aS.Width; in ImplCreateTable() 5755 awt::Size aM( ImplMapSize( aS ) ); in ImplCreateTable() 5766 awt::Size aS( 0, 0 ); in ImplCreateTable() local 5767 xPropSet->getPropertyValue( sHeight ) >>= aS.Height; in ImplCreateTable() 5768 awt::Size aM( ImplMapSize( aS ) ); in ImplCreateTable()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 188 Size aS( aPrefS ); in Write() local 189 aS = OutputDevice::LogicToLogic( aS, nMU, MAP_100TH_MM ); in Write() 191 pMtf->Scale( Fraction( aS.Width(), aPrefS.Width() ), in Write() 192 Fraction( aS.Height(), aPrefS.Height() ) ); in Write() 194 pMtf->SetPrefSize( aS ); in Write() 4698 Size aS( aObjData.aBoundRect.GetSize() ); in ImportShape() local 4699 aP.X() -= aS.Width() / 2; in ImportShape() 4700 aP.Y() -= aS.Height() / 2; in ImportShape() 4701 Rectangle aLogicRect( aP, aS ); in ImportShape()
|
/aoo41x/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.cxx | 4350 pPcd->Save( rSave.aS[n++] ); in SaveAllPLCFx() 4352 pPcdA->Save( rSave.aS[n++] ); in SaveAllPLCFx() 4356 aD[i].Save( rSave.aS[n++] ); in SaveAllPLCFx() 4363 pPcd->Restore( rSave.aS[n++] ); in RestoreAllPLCFx() 4365 pPcdA->Restore( rSave.aS[n++] ); in RestoreAllPLCFx() 4369 aD[i].Restore( rSave.aS[n++] ); in RestoreAllPLCFx()
|
H A D | ww8scan.hxx | 637 WW8PLCFxSave1 aS[MAN_ANZ_PLCF]; member
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8scan.cxx | 4795 pPcd->Save( rSave.aS[n++] ); in SaveAllPLCFx() 4797 pPcdA->Save( rSave.aS[n++] ); in SaveAllPLCFx() 4801 aD[i].Save( rSave.aS[n++] ); in SaveAllPLCFx() 4808 pPcd->Restore( rSave.aS[n++] ); in RestoreAllPLCFx() 4810 pPcdA->Restore( rSave.aS[n++] ); in RestoreAllPLCFx() 4814 aD[i].Restore( rSave.aS[n++] ); in RestoreAllPLCFx()
|
H A D | wrtww8gr.cxx | 989 Size aS(aMtf.GetPrefSize()); in WriteGraphicNode()
|
H A D | ww8par6.cxx | 4952 SvxShadowItem aS(RES_SHADOW); in Read_Border() local 4953 if( SetShadow( aS, &aSizeArray[0], aBrcs ) ) in Read_Border() 4954 NewAttr( aS ); in Read_Border()
|
H A D | ww8scan.hxx | 916 WW8PLCFxSave1 aS[WW8PLCFMan::MAN_ANZ_PLCF]; member
|
/aoo41x/main/sd/source/ui/view/ |
H A D | viewshel.cxx | 927 Size aS (GetParentWindow()->GetOutputSizePixel()); in Resize() local
|