Home
last modified time | relevance | path

Searched refs:aRes (Results 76 – 100 of 124) sorted by relevance

12345

/trunk/main/basegfx/source/vector/
H A Db3ivector.cxx42 B3IVector aRes( rVec ); in operator *() local
43 return aRes*=rMat; in operator *()
H A Db3dvector.cxx92 B3DVector aRes( rVec ); in operator *() local
93 return aRes*=rMat; in operator *()
H A Db2ivector.cxx127 B2IVector aRes( rVec ); in operator *() local
128 return aRes*=rMat; in operator *()
H A Db2dvector.cxx188 B2DVector aRes( rVec ); in operator *() local
189 return aRes*=rMat; in operator *()
/trunk/main/basegfx/source/point/
H A Db2dpoint.cxx75 B2DPoint aRes( rPoint ); in operator *() local
76 return aRes *= rMat; in operator *()
H A Db3dpoint.cxx76 B3DPoint aRes( rPoint ); in operator *() local
77 return aRes *= rMat; in operator *()
/trunk/main/svx/source/accessibility/
H A DAccessibleTextEventQueue.cxx88 ::std::auto_ptr< SfxHint > aRes( *(maEventQueue.begin()) ); in PopFront()
90 return aRes; in PopFront()
/trunk/main/sfx2/source/appl/
H A Dshutdownicon.cxx377 UniString aRes( ResId(id, *m_pResMgr) ); in GetResString() local
378 return OUString( aRes ); in GetResString()
837 UniString aRes( SfxResId( STR_QUICKSTART_LNKNAME ) ); in getShortcutName()
838 aShortcutName = OUString( aRes ); in getShortcutName()
/trunk/main/basctl/source/basicide/
H A Dbasobj3.cxx326 SbxValues aRes; in RunMethod() local
327 aRes.eType = SbxVOID; in RunMethod()
328 pMethod->Get( aRes ); in RunMethod()
/trunk/main/linguistic/source/
H A Dhyphdta.cxx95 Locale aRes; in getLocale() local
96 return LanguageToLocale( aRes, nLanguage ); in getLocale()
/trunk/main/svx/source/dialog/
H A Dframelink.cxx1492 const LineEndResult aRes; in DrawVerFrameBorderSlanted() local
1498 lclDrawVerLine( rDev, rTPos, aRes, rBPos, aRes, in DrawVerFrameBorderSlanted()
1501 lclDrawVerLine( rDev, rTPos, aRes, rBPos, aRes, in DrawVerFrameBorderSlanted()
/trunk/main/sfx2/source/menu/
H A Dmnumgr.cxx181 Image aRes; in lcl_GetImageFromPngUrl() local
190 aRes = Image( aGraphic.GetBitmapEx() ); in lcl_GetImageFromPngUrl()
192 return aRes; in lcl_GetImageFromPngUrl()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx2243 String aRes; in RTLFUNC() local
2250 aRes = String::CreateFromAscii( buf ); in RTLFUNC()
2276 pFormatter->GetOutputString( nDays, nIndex, aRes, &pCol ); in RTLFUNC()
2282 pMeth->PutString( aRes ); in RTLFUNC()
2316 String aRes; in RTLFUNC() local
2333 pFormatter->GetOutputString( nDays, nIndex, aRes, &pCol ); in RTLFUNC()
2334 pMeth->PutString( aRes ); in RTLFUNC()
3122 String aRes; in RTLFUNC() local
3123 pFormatter->GetOutputString( fSerial, nIndex, aRes, &pCol ); in RTLFUNC()
3124 rPar.Get(0)->PutString( aRes ); in RTLFUNC()
H A Dstep2.cxx151 SbxValues aRes( SbxOBJECT ); in FindElement() local
152 aRes.pObj = pUnoClass; in FindElement()
153 pElem->SbxVariable::Put( aRes ); in FindElement()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx1895 SystemGraphicsData aRes; in GetGraphicsData() local
1896 aRes.nSize = sizeof(aRes); in GetGraphicsData()
1897 aRes.hDC = const_cast< WinSalGraphics* >(this)->getHDC(); in GetGraphicsData()
1898 return aRes; in GetGraphicsData()
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx687 tools::StringListResource aRes(ModuleRes(_nResId),aList); in implCreateListLikeControl() local
933 tools::StringListResource aRes(ModuleRes(_nResId),aList); in getConstantValue() local
1071 tools::StringListResource aRes(ModuleRes(RID_STR_TYPE_CONST),aList); in convertToPropertyValue() local
1085 tools::StringListResource aRes(ModuleRes(RID_STR_VERTICAL_ALIGN_CONST),aList); in convertToPropertyValue() local
1096 tools::StringListResource aRes(ModuleRes(RID_STR_PARAADJUST_CONST),aList); in convertToPropertyValue() local
1214 tools::StringListResource aRes(ModuleRes(RID_STR_TYPE_CONST),aList); in convertToControlValue() local
1224 tools::StringListResource aRes(ModuleRes(RID_STR_VERTICAL_ALIGN_CONST),aList); in convertToControlValue() local
1234 tools::StringListResource aRes(ModuleRes(RID_STR_PARAADJUST_CONST),aList); in convertToControlValue() local
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx810 uno::Any aRes; in SpellContinue() local
814 return aRes; in SpellContinue()
836 aRes <<= aRet; in SpellContinue()
841 aRes <<= xRet; in SpellContinue()
851 return aRes; in SpellContinue()
/trunk/main/scaddins/source/analysis/
H A Danalysis.cxx142 AnalysisResId aRes( nResId, GetResMgr() ); in GetFuncDescrStr() local
143 aRes.SetRT( RSC_RESOURCE ); in GetFuncDescrStr()
144 if( aResPubl.IsAvailableRes( aRes ) ) in GetFuncDescrStr()
146 AnalysisFuncRes aSubRes( aRes, GetResMgr(), nStrIndex, aRet ); in GetFuncDescrStr()
/trunk/main/sc/source/core/data/
H A Ddptabres.cxx2760 MemberHash::const_iterator aRes = maMemberHash.find( iData ); in FindMember() local
2761 if( aRes != maMemberHash.end()) { in FindMember()
2762 if ( aRes->second->IsNamedItem( iData ) ) in FindMember()
2763 return aRes->second; in FindMember()
4028 DimMemberHash::const_iterator aRes = maMemberHash.find( nIndex ); in FindMember() local
4029 if( aRes != maMemberHash.end()) { in FindMember()
4030 if ( aRes->second->mpMemberDesc && aRes->second->mpMemberDesc->GetItemDataId()==nIndex ) in FindMember()
4031 return aRes->second; in FindMember()
/trunk/main/sw/source/ui/lingu/
H A Dolmenu.cxx327 Image aRes; in lcl_GetImageFromPngUrl() local
338 aRes = Image( aGraphic.GetBitmapEx() ); in lcl_GetImageFromPngUrl()
340 return aRes; in lcl_GetImageFromPngUrl()
/trunk/main/formula/source/core/api/
H A DFormulaCompiler.cxx239 ResId aRes(nOp,*ResourceManager::getResManager()); in putDefaultOpCode() local
240 aRes.SetRT(RSC_STRING); in putDefaultOpCode()
241 if (IsAvailableRes(aRes)) in putDefaultOpCode()
242 xMap->putOpCode(aRes, OpCode(nOp)); in putDefaultOpCode()
/trunk/main/sw/source/core/unocore/
H A Dunoport.cxx652 uno::Sequence< beans::GetPropertyTolerantResult > aRes( nLen ); in getPropertyValuesTolerant() local
653 beans::GetPropertyTolerantResult *pRes = aRes.getArray(); in getPropertyValuesTolerant()
656 return aRes; in getPropertyValuesTolerant()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx2333 SystemGraphicsData aRes; in GetGraphicsData() local
2334 aRes.nSize = sizeof(aRes); in GetGraphicsData()
2335 aRes.rCGContext = mrContext; in GetGraphicsData()
2336 return aRes; in GetGraphicsData()
/trunk/main/extensions/source/propctrlr/
H A Dstringrepresentation.cxx373 tools::StringListResource aRes(PcrRes(RID_RSC_ENUM_YESNO),aListEntries); in convertGenericValueToString() local
512 tools::StringListResource aRes(PcrRes(RID_RSC_ENUM_YESNO),aListEntries); in convertStringToGenericValue() local
/trunk/main/slideshow/source/engine/
H A Dtools.cxx624 ::basegfx::B2DRectangle aRes; in getShapeUpdateArea()
628 aRes, in getShapeUpdateArea()

Completed in 200 milliseconds

12345