Searched refs:aLocal (Results 1 – 3 of 3) sorted by relevance
786 SwRect aLocal( aFlyRect ); in CalcFlyPortion() local787 aLocal.Pos( aLocal.Left() - GetLeftMargin(), aLocal.Top() ); in CalcFlyPortion()788 if( nCurrWidth > aLocal.Left() ) in CalcFlyPortion()789 aLocal.Left( nCurrWidth ); in CalcFlyPortion()793 KSHORT nLocalWidth = KSHORT( aLocal.Left() + aLocal.Width() ); in CalcFlyPortion()795 aLocal.Width( nRealWidth - aLocal.Left() ); in CalcFlyPortion()797 pFlyPortion = new SwFlyPortion( aLocal ); in CalcFlyPortion()
69 @param aLocal103 @param aLocal130 @param aLocal
146 INetURLObject aLocal( ::ucbhelper::getLocalFileURL( xManager ) ); in ConvertURLToPhysicalName() local147 if ( aObj.GetProtocol() == aLocal.GetProtocol() ) in ConvertURLToPhysicalName()
Completed in 40 milliseconds