Home
last modified time | relevance | path

Searched refs:aId (Results 226 – 250 of 264) sorted by relevance

1234567891011

/trunk/main/ucb/qa/complex/ucb/
H A DUCB.java139 String aId = xContentAccess.queryContentIdentifierString(); in listFiles() local
/trunk/main/stoc/source/javavm/
H A Djavavm.cxx731 css::uno::Sequence< sal_Int8 > aId(16); in getJavaVM() local
732 rtl_getGlobalProcessId(reinterpret_cast< sal_uInt8 * >(aId.getArray())); in getJavaVM()
744 if (aId != aProcessId) in getJavaVM()
/trunk/main/sw/source/core/access/
H A Dacctable.cxx948 static uno::Sequence< sal_Int8 > aId( 16 ); in getImplementationId() local
952 rtl_createUuid( (sal_uInt8 *)(aId.getArray() ), 0, sal_True ); in getImplementationId()
955 return aId; in getImplementationId()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DUCB.java188 String aId = xContentAccess.queryContentIdentifierString(); in listFiles() local
/trunk/main/basic/source/runtime/
H A Dstep0.cxx1182 BasResId aId( IDS_SBERR_START + 4 ); in StepINPUT() local
1183 String aMsg( aId ); in StepINPUT()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx408 static ::cppu::OImplementationId aId; in getImplementationId()
409 pId = &aId; in getImplementationId()
1082 static ::cppu::OImplementationId aId; in getImplementationId()
1083 pId = &aId; in getImplementationId()
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx436 static OImplementationId aId; in getImplementationId() local
437 pId = &aId; in getImplementationId()
2995 static ::cppu::OImplementationId aId; in getUnoTunnelImplementationId()
2996 pId = &aId; in getUnoTunnelImplementationId()
H A Dresultset.cxx169 static OImplementationId aId; in getImplementationId() local
170 pId = &aId; in getImplementationId()
/trunk/main/sw/source/core/docnode/
H A Dndsect.cxx1432 ResId aId( STR_REGION_DEFNAME, *pSwResMgr ); in GetUniqueSectionName() local
1433 String aName( aId ); in GetUniqueSectionName()
/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx247 static ::cppu::OImplementationId aId; in getImplementationId()
248 pId = &aId; in getImplementationId()
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.hxx119 String aId; // ID fuer Bookmarks, Rahmen etc. member in SvxCSS1PropertyInfo
H A Dsvxcss1.cxx398 aId( rProp.aId ), in SvxCSS1PropertyInfo()
448 aId.Erase(); in Clear()
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx202 static Sequence< sal_Int8 > aId( 16 ); in getImplementationId() local
206 rtl_createUuid( (sal_uInt8 *)(aId.getArray() ), 0, sal_True ); in getImplementationId()
209 return aId; in getImplementationId()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx555 static uno::Sequence< sal_Int8 > aId; in getImplementationId() local
556 if( aId.getLength() == 0 ) in getImplementationId()
558 aId.realloc( 16 ); in getImplementationId()
559 rtl_createUuid( (sal_uInt8 *)aId.getArray(), 0, sal_True ); in getImplementationId()
561 return aId; in getImplementationId()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx3093 String aId; in IMPL_LINK() local
3097 aId = aEntry.GetToken( 0, '#' ); in IMPL_LINK()
3101 aId = aEntry; in IMPL_LINK()
3104 aEntry += aId; in IMPL_LINK()
/trunk/main/rsc/doku/feinkonz.43/
H A Drscerror.doc1817 const RscId &aId,
1820 &aId, const char * pMessage = NULL );
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx587 static OImplementationId aId; in getImplementationId() local
588 pId = &aId; in getImplementationId()
H A Ddatabasedocument.cxx307 static ::cppu::OImplementationId aId; in getImplementationId()
308 pId = &aId; in getImplementationId()
/trunk/main/svx/source/table/
H A Dcell.cxx828 static ::cppu::OImplementationId aId; in getImplementationId()
829 pId = &aId; in getImplementationId()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx356 static ::cppu::OImplementationId aId; in getImplementationId()
357 pId = &aId; in getImplementationId()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx3013 ByteString aId = aGraphicObject.GetUniqueID(); in WriteOLEPicture() local
3014 if (aId.Len()) in WriteOLEPicture()
3021 aId, aRect, pVisArea, 0); // SJ: the fourth parameter (VisArea) should be set.. in WriteOLEPicture()
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx1665 static ::cppu::OImplementationId aId; in getUnoTunnelImplementationId()
1666 pId = &aId; in getUnoTunnelImplementationId()
/trunk/main/ucb/source/ucp/webdav/
H A DCurlSession.cxx517 …const rtl::OString aId ( (const sal_Char *)element->getExtensionId().getArray(), element->getExten… in verifyCertificateChain() local
518 if ( aId.equals( OID_SUBJECT_ALTERNATIVE_NAME ) ) in verifyCertificateChain()
/trunk/main/sw/source/core/doc/
H A Ddoclay.cxx2025 ResId aId( nDefStrId, *pSwResMgr ); in lcl_GetUniqueFlyName() local
2026 String aName( aId ); in lcl_GetUniqueFlyName()
/trunk/main/basic/source/classes/
H A Dsb.cxx1705 BasResId aId( RID_BASIC_START ); in MakeErrorText() local
1706 BasicStringList_Impl aMyStringList( aId, sal_uInt16(nId & ERRCODE_RES_MASK) ); in MakeErrorText()

Completed in 291 milliseconds

1234567891011