Home
last modified time | relevance | path

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

12345

/trunk/main/canvas/source/vcl/
H A Dcanvashelper.cxx988 uno::Sequence< sal_Int8 > aRes( 4*nWidth*nHeight ); in getData() local
989 sal_Int8* pRes = aRes.getArray(); in getData()
1003 return aRes; in getData()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowviewimpl.cxx389 geometry::AffineMatrix2D aRes; in getTransformation() local
391 return ::basegfx::unotools::affineMatrixFromHomMatrix( aRes, aMatrix ); in getTransformation()
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx276 const ResId aRes(SVX_RES(nPrefixResId)); in CheckNamedItem() local
277 String aUser( aRes ); in CheckNamedItem()
2121 const ResId aRes(SVX_RES(RID_SVXSTR_LINEEND)); in checkForUniqueItem() local
2122 const String aUser( aRes ); in checkForUniqueItem()
2519 const ResId aRes(SVX_RES(RID_SVXSTR_LINEEND)); in checkForUniqueItem() local
2520 const String aUser( aRes ); in checkForUniqueItem()
/trunk/main/scripting/source/dlgprov/
H A Ddlgevtatt.cxx619 String aRes( ResId(STR_ERRUNOEVENTBINDUNG, *pResMgr) ); in firing_impl() local
622 ::rtl::OUString aOURes = aRes; in firing_impl()
/trunk/main/sw/source/core/unocore/
H A Dunoparagraph.cxx809 uno::Sequence< beans::GetPropertyTolerantResult > aRes( nLen ); in getPropertyValuesTolerant() local
810 beans::GetPropertyTolerantResult *pRes = aRes.getArray(); in getPropertyValuesTolerant()
815 return aRes; in getPropertyValuesTolerant()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx1828 ParseResult aRes = ScGlobal::pCharClass->parsePredefinedToken( in CheckTabQuotes() local
1830 bool bNeedsQuote = !((aRes.TokenType & KParseType::IDENTNAME) && aRes.EndPos == rString.Len()); in CheckTabQuotes()
2429 ParseResult aRes = pConv->parseAnyToken( aFormula, nSrcPos, pCharClass ); in NextSymbol() local
2431 if ( !aRes.TokenType ) in NextSymbol()
2433 if ( aRes.EndPos <= nSrcPos ) in NextSymbol()
2441 aSymbol.Append( pStart + nSrcPos, (xub_StrLen)aRes.EndPos - nSrcPos ); in NextSymbol()
2442 nSrcPos = (xub_StrLen) aRes.EndPos; in NextSymbol()
2444 if ( aRes.TokenType & KParseType::SINGLE_QUOTE_NAME ) in NextSymbol()
H A Dinterpr1.cxx8195 String aRes; in ScRept() local
8197 sal_Unicode* pDst = aRes.AllocBuffer( n * nLen ); in ScRept()
8203 PushString( aRes ); in ScRept()
8213 String aRes; in ScConcat() local
8217 aRes.Insert( rStr, 0 ); in ScConcat()
8219 PushString( aRes ); in ScConcat()
H A Dinterpr4.cxx978 String aRes; in PushCellResultToken() local
979 GetCellString( aRes, pCell); in PushCellResultToken()
980 PushString( aRes); in PushCellResultToken()
/trunk/main/linguistic/source/
H A Ddicimp.cxx793 Locale aRes; in getLocale() local
794 return LanguageToLocale( aRes, nLanguage ); in getLocale()
/trunk/main/editeng/source/editeng/
H A Deditview.cxx1011 Image aRes; in lcl_GetImageFromPngUrl() local
1022 aRes = Image( aGraphic.GetBitmapEx() ); in lcl_GetImageFromPngUrl()
1024 return aRes; in lcl_GetImageFromPngUrl()
H A Dimpedit4.cxx1705 String aRes; in ImpConvert() local
1720 while (!aRes.Len()) in ImpConvert()
1863 aRes = aWord; in ImpConvert()
1866 if ( !aRes.Len() ) in ImpConvert()
1877 rConvTxt = aRes; in ImpConvert()
/trunk/main/basic/source/sbx/
H A Dsbxobj.cxx1033 SbxValues aRes; in Run() local
1035 pValues = &aRes; in Run()
/trunk/main/extensions/source/propctrlr/
H A Dhandlerhelper.cxx90 tools::StringListResource aRes(PcrRes(RID_RSC_ENUM_YESNO),aListEntries); in describePropertyLine() local
H A Dformcomponenthandler.cxx556 tools::StringListResource aRes( PcrRes( RID_RSC_ENUM_SHOWHIDE ), aListEntries ); in convertToPropertyValue() local
662 tools::StringListResource aRes( PcrRes( RID_RSC_ENUM_SHOWHIDE ), aListEntries ); in convertToControlValue() local
1264 tools::StringListResource aRes(PcrRes(nResId),aListEntries); in describePropertyLine() local
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx886 Image aRes; in lcl_GetImageFromPngUrl() local
893 aRes = Image( aGraphic.GetBitmapEx() ); in lcl_GetImageFromPngUrl()
895 return aRes; in lcl_GetImageFromPngUrl()
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx2097 String aRes; in ImplGetBulletText() local
2104 aRes = pPara->GetText(); in ImplGetBulletText()
2106 return aRes; in ImplGetBulletText()
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx1458 String aRes; in lcl_MaskDeletedRedlines() local
1484 aRes = sNodeText; in lcl_MaskDeletedRedlines()
1486 return aRes; in lcl_MaskDeletedRedlines()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx1934 SbxValues aRes; in ImplGetSBXForEntry() local
1935 aRes.eType = SbxVOID; in ImplGetSBXForEntry()
1936 pVar->Get( aRes ); in ImplGetSBXForEntry()
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx1154 …::css::uno::Sequence< ::css::beans::PropertyValue > aRes = convertHashMapToSequence( aCharAttrSeq … in retrieveCharacterAttributes()
1157 sal_Int32 nLength = aRes.getLength(); in retrieveCharacterAttributes()
1158 const ::css::beans::PropertyValue* pPairs = aRes.getConstArray(); in retrieveCharacterAttributes()
/trunk/main/svx/source/unodraw/
H A Dunoprov.cxx1214 const ResId aRes( SVX_RES(nResId)); in SvxUnoConvertResourceString() local
1215 const String aCompare( aRes ); in SvxUnoConvertResourceString()
/trunk/main/xmloff/source/core/
H A Dxmlimp.cxx1466 ::std::pair<StyleMap::iterator,bool> aRes( mpStyleMap->insert( aValue ) ); in AddStyleDisplayName()
1467 OSL_ENSURE( aRes.second, "duplicate style name" ); in AddStyleDisplayName()
/trunk/main/svx/source/form/
H A Ddatanavi.cxx818 ResId aRes( RID_SVXDLG_ADD_SUBMISSION, *pResMgr ); in init() local
819 aRes.SetRT( RSC_MODALDIALOG ); in init()
820 pResMgr->GetResource( aRes ); in init()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx4851 SbxValues aRes; in handleToStringForCOMObjects() local
4852 pMeth->Get( aRes ); in handleToStringForCOMObjects()
4853 pVal->Put( aRes ); in handleToStringForCOMObjects()
/trunk/main/framework/source/services/
H A Dbackingwindow.cxx367 ImageContainerRes aRes( FwkResId( bDark ? RES_BACKING_IMAGES_HC : RES_BACKING_IMAGES ) ); in initBackground() local

Completed in 321 milliseconds

12345