Home
last modified time | relevance | path

Searched refs:aId (Results 76 – 100 of 264) sorted by relevance

1234567891011

/trunk/main/rsc/inc/
H A Drscerror.h134 const RscId & aId );
152 virtual void Error( const ERRTYPE& rError, RscTop* pClass, const RscId &aId,
156 virtual void FatalError( const ERRTYPE& rError, const RscId &aId,
/trunk/main/writerfilter/source/dmapper/
H A DPropertyIds.cxx40 void add(PropertyIds aId, const rtl::OUString & aStr);
302 void PropertyNameSupplier_Impl::add(PropertyIds aId, const ::rtl::OUString & aStr) in add() argument
304 aNameMap[aId] = aStr; in add()
305 aNameBackwardMap[aStr] = aId; in add()
357 PropertyIds aId = m_rPropNameSupplier.GetId(m_sequence[n].Name); in PropertySequence() local
358 m_indexMap[aId] = n; in PropertySequence()
/trunk/main/sw/source/core/access/
H A Daccpage.cxx179 static Sequence< sal_Int8 > aId( 16 ); in getImplementationId() local
183 rtl_createUuid( (sal_uInt8 *)(aId.getArray() ), 0, sal_True ); in getImplementationId()
186 return aId; in getImplementationId()
H A Dacctextframe.cxx344 static uno::Sequence< sal_Int8 > aId( 16 ); in getImplementationId() local
348 rtl_createUuid( (sal_uInt8 *)(aId.getArray() ), 0, sal_True ); in getImplementationId()
351 return aId; in getImplementationId()
/trunk/main/svx/source/unodraw/
H A Dunomod.cxx334 static uno::Sequence< sal_Int8 > aId; in getImplementationId() local
335 if( aId.getLength() == 0 ) in getImplementationId()
337 aId.realloc( 16 ); in getImplementationId()
338 rtl_createUuid( (sal_uInt8 *)aId.getArray(), 0, sal_True ); in getImplementationId()
340 return aId; in getImplementationId()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCellBase.cxx330 static uno::Sequence<sal_Int8> aId; in getImplementationId() local
331 if (aId.getLength() == 0) in getImplementationId()
333 aId.realloc (16); in getImplementationId()
334 rtl_createUuid (reinterpret_cast<sal_uInt8 *>(aId.getArray()), 0, sal_True); in getImplementationId()
336 return aId; in getImplementationId()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx405 String aId; member in HTMLTable
1103 aId = pOptions->aId; in InitCtor()
3245 aId = pOption->GetString(); in _CellSaveStruct()
3310 if( aId.Len() ) in _CellSaveStruct()
3406 aStyle, aId, aClass ); in InsertCell()
4306 aId = pOption->GetString(); in BuildTableRow()
4338 if( aId.Len() ) in BuildTableRow()
4339 InsertBookmark( aId ); in BuildTableRow()
4343 aId, aClass ); in BuildTableRow()
5160 aId = pOption->GetString(); in HTMLTableOptions()
[all …]
H A Dhtmlctxt.cxx467 InsertFlyFrame( aFrmItemSet, pContext, rPropInfo.aId, in DoPositioning()
470 rPropInfo.aId.Erase(); in DoPositioning()
703 if( rPropInfo.aId.Len() ) in InsertAttrs()
704 InsertBookmark( rPropInfo.aId ); in InsertAttrs()
/trunk/main/l10ntools/source/
H A Dgsicheck.cxx1071 ByteString aId = pGSILine->GetUniqId(); in main() local
1072 if ( aId != aOldId ) in main()
1089 aOldId = aId; in main()
1106 … if ( pReferenceLine->GetUniqId() == aId && pReferenceLine->GetLanguageId().Equals( aSourceLang ) ) in main()
1111 else if ( pReferenceLine->GetUniqId() > aId ) in main()
1119 … if ( pReferenceLine->GetUniqId() < aId && pReferenceLine->GetLanguageId().Equals( aSourceLang ) ) in main()
/trunk/main/dbaccess/source/core/api/
H A Dtable.cxx165 static OImplementationId aId; in getImplementationId() local
166 pId = &aId; in getImplementationId()
375 static ::cppu::OImplementationId aId; in getUnoTunnelImplementationId()
376 pId = &aId; in getUnoTunnelImplementationId()
H A DTableDeco.cxx148 static OImplementationId aId; in getImplementationId() local
149 pId = &aId; in getImplementationId()
582 static ::cppu::OImplementationId aId; in getUnoTunnelImplementationId()
583 pId = &aId; in getUnoTunnelImplementationId()
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlTableBase.cxx212 static Sequence< sal_Int8 > aId; in getImplementationId() local
213 implCreateUuid( aId ); in getImplementationId()
214 return aId; in getImplementationId()
H A DAccessibleGridControlHeader.cxx229 static Sequence< sal_Int8 > aId; in getImplementationId() local
230 implCreateUuid( aId ); in getImplementationId()
231 return aId; in getImplementationId()
H A DAccessibleBrowseBoxTableBase.cxx208 static Sequence< sal_Int8 > aId; in getImplementationId() local
209 implCreateUuid( aId ); in getImplementationId()
210 return aId; in getImplementationId()
H A DAccessibleBrowseBoxHeaderBar.cxx346 static Sequence< sal_Int8 > aId; in getImplementationId() local
347 implCreateUuid( aId ); in getImplementationId()
348 return aId; in getImplementationId()
H A DAccessibleGridControlBase.cxx291 static Sequence< sal_Int8 > aId; in getImplementationId() local
292 implCreateUuid( aId ); in getImplementationId()
293 return aId; in getImplementationId()
/trunk/main/svtools/source/uno/
H A Dunoimap.cxx386 static uno::Sequence< sal_Int8 > aId; in getImplementationId() local
387 if( aId.getLength() == 0 ) in getImplementationId()
389 aId.realloc( 16 ); in getImplementationId()
390 rtl_createUuid( (sal_uInt8 *)aId.getArray(), 0, sal_True ); in getImplementationId()
392 return aId; in getImplementationId()
/trunk/main/editeng/source/uno/
H A Dunofield.cxx574 static uno::Sequence< sal_Int8 > aId; in getImplementationId() local
575 if( aId.getLength() == 0 ) in getImplementationId()
577 aId.realloc( 16 ); in getImplementationId()
578 rtl_createUuid( (sal_uInt8 *)aId.getArray(), 0, sal_True ); in getImplementationId()
580 return aId; in getImplementationId()
/trunk/main/rsc/source/res/
H A Drscmgr.cxx644 RscId aOldId, aId; in IsToDeep() local
654 aTmpI.pClass->GetRef( aTmpI, &aId ); in IsToDeep()
656 pObjNode = aTmpI.pClass->GetObjNode( aId ); in IsToDeep()
688 RscId aOldId, aId; in SetRef() local
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx1705 rtl::OUString aId = m_xIdentifier->getContentIdentifier(); in transfer() local
1706 sal_Int32 nPos = aId.lastIndexOf( '/' ); in transfer()
1707 if ( nPos != ( aId.getLength() - 1 ) ) in transfer()
1710 aId += rtl::OUString::createFromAscii( "/" ); in transfer()
1713 if ( rInfo.SourceURL.getLength() <= aId.getLength() ) in transfer()
1715 if ( aId.compareTo( in transfer()
1799 uno::makeAny(aId), in transfer()
/trunk/main/svtools/source/graphic/
H A Dprovider.cxx145 static uno::Sequence< sal_Int8 > aId; in getImplementationId() local
147 if( aId.getLength() == 0 ) in getImplementationId()
149 aId.realloc( 16 ); in getImplementationId()
150 rtl_createUuid( reinterpret_cast< sal_uInt8* >( aId.getArray() ), 0, sal_True ); in getImplementationId()
153 return aId; in getImplementationId()
/trunk/main/toolkit/source/layout/core/
H A Dimport.cxx66 OUString aId; in WidgetElement() local
67 findAndRemove( "id", aProps, aId ); in WidgetElement()
78 mpWidget = pImport->mrRoot.create( aId, name, in WidgetElement()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx189 static uno::Sequence< sal_Int8 > aId; in getImplementationId() local
190 if( aId.getLength() == 0 ) in getImplementationId()
192 aId.realloc( 16 ); in getImplementationId()
193 rtl_createUuid( (sal_uInt8 *)aId.getArray(), 0, sal_True ); in getImplementationId()
195 return aId; in getImplementationId()
659 static uno::Sequence< sal_Int8 > aId; in getImplementationId() local
660 if( aId.getLength() == 0 ) in getImplementationId()
662 aId.realloc( 16 ); in getImplementationId()
663 rtl_createUuid( (sal_uInt8 *)aId.getArray(), 0, sal_True ); in getImplementationId()
665 return aId; in getImplementationId()
/trunk/main/connectivity/source/drivers/ado/
H A DAView.cxx58 static ::cppu::OImplementationId aId; in getUnoTunnelImplementationId()
59 pId = &aId; in getUnoTunnelImplementationId()
/trunk/main/starmath/source/
H A Dcfgitem.cxx279 aId (rId), in SmFntFmtListEntry()
321 if (aEntries[i].aId == rFntFmtId) in RemoveFontFormat()
338 if (aEntries[i].aId == rFntFmtId) in GetFontFormat()
367 aRes = aEntries[i].aId; in GetFontFormatId()
392 aRes = aEntries[nPos].aId; in GetFontFormatId()

Completed in 167 milliseconds

1234567891011