/aoo42x/main/tools/source/fsys/ |
H A D | dirent.cxx | 804 ByteString aTmpName(rInitName, osl_getThreadTextEncoding()); in DirEntry() local 805 if( eStyle == FSYS_STYLE_URL || aTmpName.CompareIgnoreCaseToAscii("file:",5 ) == COMPARE_EQUAL ) in DirEntry() 820 aTmpName = ByteString( String(aOInitName), osl_getThreadTextEncoding() ); in DirEntry() 826 aTmpName.Search( "://" ) != STRING_NOTFOUND ) in DirEntry() 829 aErr += aTmpName; in DirEntry() 835 nError = ImpParseName( aTmpName, eStyle ); in DirEntry() 860 ByteString aTmpName( rInitName ); in DirEntry() local 881 nError = ImpParseName( aTmpName, eStyle ); in DirEntry() 2926 String aTmpName( GetFull() ); in Kill() local 2928 FSysRedirector::DoRedirect( aTmpName ); in Kill() [all …]
|
/aoo42x/main/rsc/source/prj/ |
H A D | start.cxx | 430 ByteString aTmpName; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local 435 aTmpName = ::GetTmpFileName(); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 436 if( !CallPrePro( aPrePro, *pString, aTmpName, &aCmdLine, bResponse ) ) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 442 aTmpList.Insert( new ByteString( aTmpName ), CONTAINER_APPEND ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
/aoo42x/main/bridges/source/cpp_uno/shared/ |
H A D | vtablefactory.cxx | 264 rtl::OString aTmpName = rtl::OUStringToOString(strDirectory, osl_getThreadTextEncoding()); in createBlock() local 265 char *tmpfname = new char[aTmpName.getLength()+1]; in createBlock() 266 strncpy(tmpfname, aTmpName.getStr(), aTmpName.getLength()+1); in createBlock()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | viewdlg2.cxx | 183 String aTmpName( pType->GetName() ); in InsertCaption() local 184 if (aTmpName == rName && pType->Which() == RES_SETEXPFLD) in InsertCaption()
|
/aoo42x/main/sc/source/core/data/ |
H A D | dptabsrc.cxx | 1675 OUString aTmpName; in setPropertyValue() local 1676 if (aValue >>= aTmpName) in setPropertyValue() 1677 mpLayoutName.reset(new OUString(aTmpName)); in setPropertyValue() 1681 OUString aTmpName; in setPropertyValue() local 1682 if (aValue >>= aTmpName) in setPropertyValue() 1683 mpSubtotalName.reset(new OUString(aTmpName)); in setPropertyValue()
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmltexti.cxx | 331 …::rtl::OUString aTmpName = pDoc->GetPersist()->GetEmbeddedObjectContainer().CreateUniqueObjectName… in createAndInsertOLEObject() 336 aTmpName ); in createAndInsertOLEObject() 337 aName = aTmpName; in createAndInsertOLEObject()
|
/aoo42x/main/svtools/source/dialogs/ |
H A D | filedlg2.cxx | 1026 UniString aTmpName( aName ); in UpdateEntries() local 1028 aTmpName.ToLowerAscii(); in UpdateEntries() 1029 if( ( aFileStat.GetKind() & FSYS_KIND_FILE ) && aTmpMask.Matches( aTmpName ) ) in UpdateEntries()
|
/aoo42x/main/sw/source/ui/index/ |
H A D | cntex.cxx | 309 … String aTmpName( SwStyleNameMapper::GetSpecialExtraProgName( rDesc.GetSequenceName() ) ); in CreateOrUpdateExample() local 310 lcl_SetProp(xInfo, xIdxProps, UNO_NAME_LABEL_CATEGORY, aTmpName ); in CreateOrUpdateExample()
|
H A D | cnttab.cxx | 4278 String aTmpName( aParaLayLB.GetSelectEntry() ); in IMPL_LINK_INLINE_START() local 4282 (aLevelLB.GetSelectEntryPos() == 0 || SwMultiTOXTabDialog::IsNoNum(rSh, aTmpName))) in IMPL_LINK_INLINE_START() 4296 String aTmpName(aParaLayLB.GetSelectEntry()); in IMPL_LINK_INLINE_END() local 4299 (aLevelLB.GetSelectEntryPos() == 0 || SwMultiTOXTabDialog::IsNoNum(rSh, aTmpName))); in IMPL_LINK_INLINE_END()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | msvbahelper.cxx | 150 …rtl::OUString aTmpName = rtl::OUString::createFromAscii("'") + xModel->getURL().copy( lastSlashInd… in findShellForUrl() local 151 bDocNameNoPathMatch = aTmpName.equals( aURL ); in findShellForUrl()
|
/aoo42x/main/sw/source/core/ole/ |
H A D | ndole.cxx | 836 ::rtl::OUString aTmpName; in GetOleRef() 837 …tContainer().CreateEmbeddedObject( SvGlobalName( SO3_DUMMY_CLASSID ).GetByteSequence(), aTmpName ); in GetOleRef()
|
/aoo42x/main/rsc/source/rsc/ |
H A D | rsc.cxx | 752 String aTmpName( ::GetTmpFileName(), RTL_TEXTENCODING_ASCII_US ); in ParseOneFile() local 753 …DirEntry aTmpPath( aTmpName ), aSrsPath( String( pFName->aPathName.GetBuffer(), RTL_TEXTENCODIN… in ParseOneFile()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xecontent.cxx | 488 String aTmpName( aDosName ); in BuildFileName() local 495 aDosName = aTmpName; in BuildFileName()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | docfile.cxx | 1567 String aTmpName = aTempFile.GetURL(); in GetStorage() local 1568 SvFileStream aTmpStream( aTmpName, SFX_STREAM_READWRITE ); in GetStorage() 1575 …pImp->xStorage = comphelper::OStorageHelper::GetStorageFromURL( aTmpName, embed::ElementModes::REA… in GetStorage() 1578 ::utl::LocalFileHelper::ConvertURLToPhysicalName( aTmpName, aTemp ); in GetStorage()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docnum.cxx | 1215 const String aTmpName( rName ); in DelNumRule() local 1218 maNumRuleMap.erase(aTmpName); in DelNumRule()
|
H A D | doctxm.cxx | 1508 SvGlobalName aTmpName = SvGlobalName( rOLEObj.GetOleRef()->getClassID() ); in UpdateCntnt() local 1509 long nObj = ::lcl_IsSOObject( aTmpName ); in UpdateCntnt()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 3156 OUString aTmpName; in emitSystemFont() local 3157 osl_createTempFile( NULL, NULL, &aTmpName.pData ); in emitSystemFont() 3177 …m_pReferenceDevice->mpGraphics->CreateFontSubset( aTmpName, pFont, aGlyphIds, pEncoding, pDuWidths… in emitSystemFont() 3178 osl_removeFile( aTmpName.pData ); in emitSystemFont() 4048 OUString aTmpName; in emitFonts() local 4049 osl_createTempFile( NULL, NULL, &aTmpName.pData ); in emitFonts() 4092 …if( m_pReferenceDevice->mpGraphics->CreateFontSubset( aTmpName, it->first, aGlyphIds, pEncoding, p… in emitFonts() 4096 …CHECK_RETURN( (osl_File_E_None == osl_openFile( aTmpName.pData, &aFontFile, osl_File_OpenFlag_Read… in emitFonts() 4266 osl_removeFile( aTmpName.pData ); in emitFonts()
|
/aoo42x/main/sot/source/sdstor/ |
H A D | ucbstorage.cxx | 3433 String aTmpName = aObj.GetName(); local 3435 aTitle += aTmpName;
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | wrtw8esh.cxx | 152 String aTmpName( aDosName ); in BuildFileName() local 159 aDosName = aTmpName; in BuildFileName()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | compiler.cxx | 603 String aTmpFile, aTmpName; in lcl_parseExternalName() local 696 aTmpName.Append(c); in lcl_parseExternalName() 745 rName = aTmpName; in lcl_parseExternalName()
|