Home
last modified time | relevance | path

Searched refs:aId (Results 26 – 50 of 264) sorted by relevance

1234567891011

/trunk/main/comphelper/source/misc/
H A Daccimplaccess.cxx122 static Sequence< sal_Int8 > aId; in getUnoTunnelImplementationId() local
123 if ( !aId.getLength() ) in getUnoTunnelImplementationId()
126 if ( !aId.getLength() ) in getUnoTunnelImplementationId()
130 aId = aImplId.getImplementationId(); in getUnoTunnelImplementationId()
133 return aId; in getUnoTunnelImplementationId()
/trunk/main/sw/source/core/unocore/
H A Dunoredline.cxx109 static uno::Sequence< sal_Int8 > aId( 16 ); in getImplementationId() local
113 rtl_createUuid( (sal_uInt8 *)(aId.getArray() ), 0, sal_True ); in getImplementationId()
116 return aId; in getImplementationId()
309 static uno::Sequence< sal_Int8 > aId( 16 ); in getImplementationId() local
313 rtl_createUuid( (sal_uInt8 *)(aId.getArray() ), 0, sal_True ); in getImplementationId()
316 return aId; in getImplementationId()
711 static uno::Sequence< sal_Int8 > aId( 16 ); in getImplementationId() local
715 rtl_createUuid( (sal_uInt8 *)(aId.getArray() ), 0, sal_True ); in getImplementationId()
718 return aId; in getImplementationId()
/trunk/main/sd/source/ui/dlg/
H A DTemplateScanner.cxx248 ::rtl::OUString aId = xContentAccess->queryContentIdentifierString(); in ScanEntry()
249 ::ucbhelper::Content aContent = ::ucbhelper::Content (aId, mxEntryEnvironment); in ScanEntry()
342 ::rtl::OUString aId = xContentAccess->queryContentIdentifierString(); in GatherFolderList()
349 aId, in GatherFolderList()
374 ::rtl::OUString aId (aDescriptor.msContentIdentifier); in ScanFolder()
376 maFolderContent = ::ucbhelper::Content (aId, aDescriptor.mxFolderEnvironment); in ScanFolder()
/trunk/main/rsc/source/res/
H A Drscarray.cxx473 const RscId & aId, const char * pVarName ) in WriteSrcHeader() argument
496 pTC, nTab, aId, pVarName ); in WriteSrcHeader()
507 nTab, aId, pVarName ); in WriteSrcHeader()
653 const RscId & aId, const char * pName ) in WriteSrcHeader() argument
655 RscArray::WriteSrcHeader( rInst, fOutput, pTC, nTab, aId, pName ); in WriteSrcHeader()
684 RscTypCont * pTC, const RscId & aId, in WriteRcHeader() argument
688 return GetSuperClass()->WriteRcHeader( rInst, aMem, pTC, aId, in WriteRcHeader()
H A Drscstr.cxx325 RscId aId( ((RscStringInst *)rInst.pData)->aRefId ); in WriteRc() local
330 while( aError.IsOk() && aId.IsId() ){ in WriteRc()
337 pObjNode = pRefClass->GetObjNode( aId ); in WriteRc()
341 aError = pRefClass->GetRef( aTmpI, &aId ); in WriteRc()
349 aMsg += aId.GetName(); in WriteRc()
/trunk/main/tools/source/rc/
H A Dresmgr.cxx1080 ResId aId( rId ); in IsAvailable() local
1081 aId.SetResMgr( NULL ); in IsAvailable()
1123 ResId aId( rId ); in GetResource() local
1124 aId.SetResMgr( NULL ); in GetResource()
1291 ResId aId( rId ); in CreateBlock() local
1292 aId.SetResMgr( NULL ); in CreateBlock()
1293 return pFallbackResMgr->CreateBlock( aId ); in CreateBlock()
1467 aId.SetRT( aStack[i].pResource->GetRT() ); in CreateFallbackResMgr()
1468 if( !pFallback->GetResource( aId ) ) in CreateFallbackResMgr()
1476 ResId aId( rId.GetId(), *pFallback ); in CreateFallbackResMgr() local
[all …]
/trunk/main/unotools/source/accessibility/
H A Daccessiblerelationsethelper.cxx261 static uno::Sequence<sal_Int8> aId; in getImplementationId() local
262 if (aId.getLength() == 0) in getImplementationId()
264 aId.realloc (16); in getImplementationId()
265 rtl_createUuid ((sal_uInt8 *)aId.getArray(), 0, sal_True); in getImplementationId()
267 return aId; in getImplementationId()
H A Daccessiblestatesethelper.cxx335 static uno::Sequence<sal_Int8> aId; in getImplementationId() local
336 if (aId.getLength() == 0) in getImplementationId()
338 aId.realloc (16); in getImplementationId()
339 rtl_createUuid ((sal_uInt8 *)aId.getArray(), 0, sal_True); in getImplementationId()
341 return aId; in getImplementationId()
/trunk/main/ucb/source/ucp/package/
H A Dpkgdatasupplier.cxx149 rtl::OUString aId = m_pImpl->m_aResults[ nIndex ]->aURL; in queryContentIdentifierString() local
150 if ( aId.getLength() ) in queryContentIdentifierString()
153 return aId; in queryContentIdentifierString()
183 rtl::OUString aId = queryContentIdentifierString( nIndex ); in queryContentIdentifier() local
184 if ( aId.getLength() ) in queryContentIdentifier()
187 = new ::ucbhelper::ContentIdentifier( aId ); in queryContentIdentifier()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_datasupplier.cxx148 rtl::OUString aId = m_pImpl->m_aResults[ nIndex ]->aURL; in queryContentIdentifierString() local
149 if ( aId.getLength() ) in queryContentIdentifierString()
152 return aId; in queryContentIdentifierString()
182 rtl::OUString aId = queryContentIdentifierString( nIndex ); in queryContentIdentifier() local
183 if ( aId.getLength() ) in queryContentIdentifier()
186 = new ::ucbhelper::ContentIdentifier( aId ); in queryContentIdentifier()
H A Dtdoc_docmgr.cxx147 rtl::OUString aId; in getDocumentId() local
158 aValue >>= aId; in getDocumentId()
170 if ( aId.getLength() == 0 ) in getDocumentId()
178 aId = rtl::OUString::valueOf( nId ); in getDocumentId()
181 OSL_ENSURE( aId.getLength() > 0, "getDocumentId - Empty id!" ); in getDocumentId()
182 return aId; in getDocumentId()
/trunk/main/sw/source/filter/html/
H A Dhtmlnum.cxx186 String aId, aStyle, aClass, aBulletSrc, aLang, aDir; in NewNumBulList() local
196 aId = pOption->GetString(); in NewNumBulList()
318 if( HasStyleOptions( aStyle, aId, aClass, &aLang, &aDir ) ) in NewNumBulList()
323 if( ParseStyleOptions( aStyle, aId, aClass, aItemSet, aPropInfo, &aLang, &aDir ) ) in NewNumBulList()
498 String aId, aStyle, aClass, aLang, aDir; in NewNumBulListItem() local
515 aId = pOption->GetString(); in NewNumBulListItem()
611 if( HasStyleOptions( aStyle, aId, aClass, &aLang, &aDir ) ) in NewNumBulListItem()
616 if( ParseStyleOptions( aStyle, aId, aClass, aItemSet, aPropInfo, &aLang, &aDir ) ) in NewNumBulListItem()
H A Dhtmlform.cxx1530 aId = pOption->GetString(); in InsertInput()
1902 if( aId.Len() ) in InsertInput()
1903 InsertBookmark( aId ); in InsertInput()
1998 String aId, aClass, aStyle; in NewTextArea() local
2022 aId = pOption->GetString(); in NewTextArea()
2174 if( aId.Len() ) in NewTextArea()
2175 InsertBookmark( aId ); in NewTextArea()
2289 String aId, aClass, aStyle; in NewSelect() local
2313 aId = pOption->GetString(); in NewSelect()
2456 if( aId.Len() ) in NewSelect()
[all …]
/trunk/main/sd/source/filter/eppt/
H A Dpptexsoundcollection.cxx92 …String aId( String::CreateFromInt32( nId ) ); // String Atom ( instance 2 - reference i… in GetSize() local
93 nSize += 2 * aId.Len() + 8; in GetSize()
129 String aId( String::CreateFromInt32( nId ) ); in Write() local
130 sal_uInt32 nIdLen = aId.Len(); in Write()
133 rSt << aId.GetChar( i ); in Write()
/trunk/main/fpicker/source/win32/misc/
H A Dresourceprovider.cxx140 OUString getResString( sal_Int16 aId ) in getResString() argument
149 sal_Int16 aResId = CtrlIdToResId( aId ); in getResString()
187 OUString CResourceProvider::getResString( sal_Int16 aId ) in getResString() argument
189 return m_pImpl->getResString( aId ); in getResString()
/trunk/main/svx/source/unogallery/
H A Dunogalthemeprovider.cxx161 static uno::Sequence< sal_Int8 > aId; in getImplementationId() local
163 if( aId.getLength() == 0 ) in getImplementationId()
165 aId.realloc( 16 ); in getImplementationId()
166 rtl_createUuid( reinterpret_cast< sal_uInt8* >( aId.getArray() ), 0, sal_True ); in getImplementationId()
169 return aId; in getImplementationId()
H A Dunogalitem.cxx211 static uno::Sequence< sal_Int8 > aId; in getImplementationId() local
213 if( aId.getLength() == 0 ) in getImplementationId()
215 aId.realloc( 16 ); in getImplementationId()
216 rtl_createUuid( reinterpret_cast< sal_uInt8* >( aId.getArray() ), 0, sal_True ); in getImplementationId()
219 return aId; in getImplementationId()
H A Dunogaltheme.cxx155 static uno::Sequence< sal_Int8 > aId; in getImplementationId() local
157 if( aId.getLength() == 0 ) in getImplementationId()
159 aId.realloc( 16 ); in getImplementationId()
160 rtl_createUuid( reinterpret_cast< sal_uInt8* >( aId.getArray() ), 0, sal_True ); in getImplementationId()
163 return aId; in getImplementationId()
/trunk/main/svtools/source/graphic/
H A Dgraphic.cxx115 static uno::Sequence< sal_Int8 > aId; in getImplementationId_Static() local
117 if( aId.getLength() == 0 ) in getImplementationId_Static()
119 aId.realloc( 16 ); in getImplementationId_Static()
120 rtl_createUuid( reinterpret_cast< sal_uInt8* >( aId.getArray() ), 0, sal_True ); in getImplementationId_Static()
123 return aId; in getImplementationId_Static()
H A Drenderer.cxx196 static uno::Sequence< sal_Int8 > aId; in getImplementationId() local
198 if( aId.getLength() == 0 ) in getImplementationId()
200 aId.realloc( 16 ); in getImplementationId()
201 rtl_createUuid( reinterpret_cast< sal_uInt8* >( aId.getArray() ), 0, sal_True ); in getImplementationId()
204 return aId; in getImplementationId()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessiblePageHeaderArea.cxx225 static uno::Sequence<sal_Int8> aId; in getImplementationId() local
226 if (aId.getLength() == 0) in getImplementationId()
228 aId.realloc (16); in getImplementationId()
229 rtl_createUuid (reinterpret_cast<sal_uInt8 *>(aId.getArray()), 0, sal_True); in getImplementationId()
231 return aId; in getImplementationId()
H A DAccessiblePreviewCell.cxx215 static uno::Sequence<sal_Int8> aId; in getImplementationId() local
216 if (aId.getLength() == 0) in getImplementationId()
218 aId.realloc (16); in getImplementationId()
219 rtl_createUuid (reinterpret_cast<sal_uInt8 *>(aId.getArray()), 0, sal_True); in getImplementationId()
221 return aId; in getImplementationId()
/trunk/main/sysui/source/win32/misc/
H A Dresourceprovider.cxx142 OUString getResString( sal_Int16 aId ) in getResString() argument
152 sal_Int16 aResId = CtrlIdToResId( aId ); in getResString()
222 OUString CResourceProvider::getResString( sal_Int32 aId ) in getResString() argument
224 return m_pImpl->getResString( aId ); in getResString()
/trunk/main/comphelper/source/property/
H A Dgenericpropertyset.cxx257 static uno::Sequence< sal_Int8 > aId; in getImplementationId() local
258 if( aId.getLength() == 0 ) in getImplementationId()
260 aId.realloc( 16 ); in getImplementationId()
261 rtl_createUuid( (sal_uInt8 *)aId.getArray(), 0, sal_True ); in getImplementationId()
263 return aId; in getImplementationId()
/trunk/main/automation/source/server/
H A Dscmdstrm.cxx145 String aId; in Read() local
146 Read(aId); in Read()
147 rItem.Name = rtl::OUString( aId ); in Read()
150 StatementList::m_pDbgWin->AddText( aId ); in Read()

Completed in 121 milliseconds

1234567891011