/aoo4110/main/ucb/source/ucp/webdav/ |
H A D | DAVProperties.cxx | 98 rtl::OString aFullName in createSerfPropName() local 104 sal_Int32 nLen = aFullName.indexOf( ' ' ) - nStart; in createSerfPropName() 105 rName.name = strdup( aFullName.copy( nStart, nLen ).getStr() ); in createSerfPropName() 107 nStart = aFullName.indexOf( '=', nStart + nLen ) + 2; // after =" in createSerfPropName() 108 nLen = aFullName.getLength() - RTL_CONSTASCII_LENGTH( "\">" ) - nStart; in createSerfPropName() 109 rName.nspace = strdup( aFullName.copy( nStart, nLen ).getStr() ); in createSerfPropName()
|
/aoo4110/main/sd/source/core/ |
H A D | sdpage2.cxx | 165 String aFullName; in SetPresentationLayout() local 172 aFullName = maLayoutName; in SetPresentationLayout() 174 aFullName += sal_Unicode( ' ' ); in SetPresentationLayout() 175 aFullName += String::CreateFromInt32( (sal_Int32) (i <= 0 ) ? 1 : i + 1); in SetPresentationLayout() 183 pSheet = pStShPool->Find(aFullName, SD_STYLE_FAMILY_MASTERPAGE); in SetPresentationLayout() 193 pReplData->aNewName = aFullName; in SetPresentationLayout() 202 pOPO->SetStyleSheets( i, aFullName, SD_STYLE_FAMILY_MASTERPAGE ); in SetPresentationLayout()
|
H A D | stlpool.cxx | 159 String aFullName(aName); in CreateOutlineSheetList() local 160 aFullName.Append( sal_Unicode( ' ' )); in CreateOutlineSheetList() 161 aFullName.Append( String::CreateFromInt32( (sal_Int32)nSheet )); in CreateOutlineSheetList() 162 SfxStyleSheetBase* pSheet = Find(aFullName, SD_STYLE_FAMILY_MASTERPAGE); in CreateOutlineSheetList()
|
/aoo4110/main/idl/source/prj/ |
H A D | database.cxx | 316 DirEntry aFullName( rFileName ); in ReadIdFile() local 317 aFullName.Find( GetPath() ); in ReadIdFile() 329 SvTokenStream aTokStm( aFullName.GetFull() ); in ReadIdFile() 819 DirEntry aFullName( String::CreateFromAscii( pTok->GetString().GetBuffer() ) ); in ReadSvIdl() local 820 if( aFullName.Find( rPath ) ) in ReadSvIdl() 822 SvFileStream aStm( aFullName.GetFull(), in ReadSvIdl() 830 aStr += ByteString( aFullName.GetFull(), RTL_TEXTENCODING_UTF8 ); in ReadSvIdl() 839 SvTokenStream aTokStm( aStm, aFullName.GetFull() ); in ReadSvIdl()
|
/aoo4110/main/idl/source/objects/ |
H A D | module.cxx | 300 DirEntry aFullName( String::CreateFromAscii( pTok->GetString().GetBuffer() ) ); in ReadContextSvIdl() local 301 rBase.StartNewFile( aFullName.GetFull() ); in ReadContextSvIdl() 302 if( aFullName.Find( rBase.GetPath() ) ) in ReadContextSvIdl() 304 SvTokenStream aTokStm( aFullName.GetFull() ); in ReadContextSvIdl() 330 aStr += ByteString( aFullName.GetFull(), RTL_TEXTENCODING_UTF8 ); in ReadContextSvIdl() 337 aStr += ByteString( aFullName.GetFull(), RTL_TEXTENCODING_UTF8 ); in ReadContextSvIdl()
|
/aoo4110/main/padmin/source/ |
H A D | fontentry.cxx | 57 ByteString aFullName; 66 aFullName = aLine.GetToken( 1, '(' ).GetToken( 0, ')' ); 69 aLine += aFullName; 101 aFullName.GetBuffer(),
|
/aoo4110/main/tools/source/fsys/ |
H A D | os2.cxx | 533 ByteString aFullName( aTempDirEntry.GetFull(), osl_getThreadTextEncoding() ); in Update() local 540 aFullName = ByteString( aItemIDPath.GetHostNotationPath(), osl_getThreadTextEncoding() ); in Update() 544 p = (char *) aFullName.GetBuffer(); in Update()
|
H A D | wntmsc.cxx | 291 ByteString aFullName( GetFull(), osl_getThreadTextEncoding() ); in ToAbs() local 293 if ( GetFullPathName((char*)aFullName.GetBuffer(),256,sBuf,&pOld) > 511 ) in ToAbs()
|
/aoo4110/main/xmlsecurity/source/helper/ |
H A D | documentsignaturehelper.cxx | 124 ::rtl::OUString aFullName( rRootStorageName + sEncName ); in ImplFillElementList() 125 rList.push_back(aFullName); in ImplFillElementList()
|
/aoo4110/main/rsc/source/rsc/ |
H A D | rsc.cxx | 700 DirEntry aFullName( aUniFileName ); in IncludeParser() local 701 if ( aFullName.Find( UniString( pCL->aPath, RTL_TEXTENCODING_ASCII_US ) ) ) in IncludeParser() 702 … pFNTmp->aPathName = ByteString( aFullName.GetFull(), RTL_TEXTENCODING_ASCII_US ); in IncludeParser()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | addincol.cxx | 645 String aFullName = rFuncData.GetOriginalName(); in LoadComponent() local 646 xub_StrLen nPos = aFullName.SearchBackward( (sal_Unicode) '.' ); in LoadComponent() 649 String aServiceName = aFullName.Copy( 0, nPos ); in LoadComponent()
|
H A D | compiler.cxx | 1294 String aFullName; in makeExternalDocStr() local 1296 aFullName = rFullName; in makeExternalDocStr() 1298 … aFullName = INetURLObject::decode(rFullName, INET_HEX_ESCAPE, INetURLObject::DECODE_UNAMBIGUOUS); in makeExternalDocStr() 1300 const sal_Unicode* pBuf = aFullName.GetBuffer(); in makeExternalDocStr() 1301 xub_StrLen nLen = aFullName.Len(); in makeExternalDocStr()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 696 OString aFullName( aBuffer.makeStringAndClear() ); in createWidgetFieldName() local 705 aPartialName = aFullName.getToken( 0, '.', nTokenIndex ); in createWidgetFieldName() 710 aDomain = aFullName.copy( 0, nTokenIndex-1 ); in createWidgetFieldName() 752 aPartialName = aFullName.copy( aFullName.lastIndexOf( '.' )+1 ); in createWidgetFieldName() 760 aFullName = aBuf.makeStringAndClear(); in createWidgetFieldName() 763 aFullName = aPartialName; in createWidgetFieldName() 809 aUnique.append( aFullName ); in createWidgetFieldName() 815 aFullName = aTry; in createWidgetFieldName() 816 m_aFieldNameMap[ aFullName ] = i_nWidgetIndex; in createWidgetFieldName() 817 aPartialName = aFullName.copy( aFullName.lastIndexOf( '.' )+1 ); in createWidgetFieldName() [all …]
|
/aoo4110/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 794 … OUString aFullName( OStringToOUString( pInfo->gfi->fullName, RTL_TEXTENCODING_ISO_8859_1 ) ); in readAfmMetrics() local 795 if( aFullName.indexOf( aFamily ) == 0 ) in readAfmMetrics() 796 m_aStyleName = WhitespaceToSpace( aFullName.copy( aFamily.getLength() ) ); in readAfmMetrics()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | doctemplates.cxx | 2002 OUString aTitle, aType, aTargetURL2, aFullName; in addTemplate() local
|