Home
last modified time | relevance | path

Searched refs:aReturnValue (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx2757 Rectangle aReturnValue; in ImpCalculateTextFrame() local
2769 aReturnValue = aRect; in ImpCalculateTextFrame()
2776 aReturnValue.Left() += (sal_Int32)fLeftDiff; in ImpCalculateTextFrame()
2777 aReturnValue.Right() += (sal_Int32)fRightDiff; in ImpCalculateTextFrame()
2778 aReturnValue.Top() += (sal_Int32)fTopDiff; in ImpCalculateTextFrame()
2779 aReturnValue.Bottom() += (sal_Int32)fBottomDiff; in ImpCalculateTextFrame()
2782 return aReturnValue; in ImpCalculateTextFrame()
/trunk/main/framework/source/helper/
H A Doframes.cxx306 Any aReturnValue; in getByIndex() local
315 aReturnValue <<= (*m_pFrameContainer)[nIndex]; in getByIndex()
319 return aReturnValue; in getByIndex()
/trunk/main/sfx2/source/doc/
H A Dprinthelper.cxx88 awt::Size aReturnValue; in impl_Size_Object2Struct() local
89 aReturnValue.Width = aSize.Width() ; in impl_Size_Object2Struct()
90 aReturnValue.Height = aSize.Height() ; in impl_Size_Object2Struct()
91 return aReturnValue ; in impl_Size_Object2Struct()
96 Size aReturnValue; in impl_Size_Struct2Object() local
97 aReturnValue.Width() = aSize.Width ; in impl_Size_Struct2Object()
98 aReturnValue.Height() = aSize.Height ; in impl_Size_Struct2Object()
99 return aReturnValue ; in impl_Size_Struct2Object()
/trunk/main/svx/source/gallery2/
H A Dgalobj.cxx242 String aReturnValue( aTitle ); in GetTitle() local
245 if ( aReturnValue.GetTokenCount( ':' ) == 3 ) in GetTitle()
247 String aPrivateInd ( aReturnValue.GetToken( 0, ':' ) ); in GetTitle()
248 String aResourceName( aReturnValue.GetToken( 1, ':' ) ); in GetTitle()
249 sal_Int32 nResId ( aReturnValue.GetToken( 2, ':' ).ToInt32() ); in GetTitle()
250 if ( aReturnValue.GetToken( 0, ':' ).EqualsAscii( "private" ) && in GetTitle()
262 aReturnValue = String( aResId ); in GetTitle()
269 return aReturnValue; in GetTitle()

Completed in 35 milliseconds