/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | HtmlReader.cxx | 456 String aTempName(ModuleRes(STR_TBL_TITLE)); in CreateTable() local 457 aTempName = aTempName.GetToken(0,' '); in CreateTable() 458 aTempName = String(::dbtools::createUniqueName(m_xTables,::rtl::OUString(aTempName ))); in CreateTable() 527 aTableName = aTempName; in CreateTable() 560 aTableName = aTempName; in CreateTable()
|
/aoo41x/main/svtools/source/control/ |
H A D | stdmenu.cxx | 58 XubString aTempName = maCurName; in Highlight() local 61 maCurName = aTempName; in Highlight() 159 XubString aTempName = maCurStyle; in Highlight() local 162 maCurStyle = aTempName; in Highlight()
|
/aoo41x/main/tools/source/fsys/ |
H A D | unx.cxx | 528 ByteString aTempName( rDirEntry.GetName(), osl_getThreadTextEncoding() ); in Update() local 529 if ( strchr( (char*) aTempName.GetBuffer(), '?' ) || in Update() 530 strchr( (char*) aTempName.GetBuffer(), '*' ) || in Update() 531 strchr( (char*) aTempName.GetBuffer(), ';' ) ) in Update()
|
H A D | wntmsc.cxx | 976 ByteString aTempName( aDirEntry.GetName(), osl_getThreadTextEncoding() ); in Update() local 977 if ( strchr( aTempName.GetBuffer(), '?' ) || in Update() 978 strchr( aTempName.GetBuffer(), '*' ) || in Update() 979 strchr( aTempName.GetBuffer(), ';' ) ) in Update()
|
H A D | os2.cxx | 481 ByteString aTempName( rDirEntry.GetName(), osl_getThreadTextEncoding() ); in Update() local 482 if ( strchr( aTempName.GetBuffer(), '?' ) || in Update() 483 strchr( aTempName.GetBuffer(), '*' ) || in Update() 484 strchr( aTempName.GetBuffer(), ';' ) ) in Update()
|
H A D | tdir.cxx | 255 ByteString aTempName( GetName(), osl_getThreadTextEncoding() ); in Construct() local 256 if ( aTempName.Search( "*" ) != STRING_NOTFOUND || in Construct() 257 aTempName.Search( "?" ) != STRING_NOTFOUND ) in Construct()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msoleexp.cxx | 341 ::rtl::OUString aTempName(::rtl::OUString::createFromAscii("bla")); in ExportOLEObject() 344 xPers->storeToEntry( xStor, aTempName, aEmptySeq, aEmptySeq ); in ExportOLEObject() 349 … SotStorageRef xOLEStor = SotStorage::OpenOLEStorage( xStor, aTempName, STREAM_STD_READ ); in ExportOLEObject()
|
/aoo41x/main/unotools/source/misc/ |
H A D | fontdefs.cxx | 484 String aTempName; in ImplIsFontToken() local 488 aTempName = GetNextFontToken( rName, nIndex ); in ImplIsFontToken() 489 if ( rToken == aTempName ) in ImplIsFontToken()
|
/aoo41x/main/comphelper/source/container/ |
H A D | embeddedobjectcontainer.cxx | 476 ::rtl::OUString aTempName = (*aIt).first; in AddEmbeddedObject() 483 pImpl->mpTempObjectContainer->RemoveGraphicStream( aTempName ); in AddEmbeddedObject() 492 pImpl->mpTempObjectContainer->pImpl->mxStorage->removeElement( aTempName ); in AddEmbeddedObject() 1108 ::rtl::OUString aTempName, aMediaType; in RemoveEmbeddedObject() 1109 pImpl->mpTempObjectContainer->InsertEmbeddedObject( xObj, aTempName ); in RemoveEmbeddedObject() 1113 … pImpl->mpTempObjectContainer->InsertGraphicStream( xStream, aTempName, aMediaType ); in RemoveEmbeddedObject()
|
/aoo41x/main/sd/source/core/ |
H A D | stlsheet.cxx | 1159 OUString aTempName; in setPropertyValue() local 1160 if(!(aValue >>= aTempName )) in setPropertyValue() 1163 SvxShape::SetFillAttribute( pEntry->nWID, aTempName, aSet ); in setPropertyValue()
|
/aoo41x/main/sfx2/source/inc/ |
H A D | objshimp.hxx | 73 String aTempName; member
|
/aoo41x/main/sfx2/source/doc/ |
H A D | objxtor.cxx | 408 if ( pImp->aTempName.Len() ) in ~SfxObjectShell() 411 ::utl::LocalFileHelper::ConvertPhysicalNameToURL( pImp->aTempName, aTmp ); in ~SfxObjectShell()
|
H A D | objmisc.cxx | 1351 pImp->aTempName = pMedium->GetPhysicalName(); in InitOwnModel_Impl()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 475 String aTempName = rFontName; in ImplFontSubstitute() local 476 GetEnglishSearchFontName( aTempName ); in ImplFontSubstitute() 477 DBG_ASSERT( aTempName == rFontName, "ImplFontSubstitute() called without a searchname" ); in ImplFontSubstitute() 1552 String aTempName = rSearchName; in ImplFindBySearchName() local 1553 GetEnglishSearchFontName( aTempName ); in ImplFindBySearchName() 1554 …DBG_ASSERT( aTempName == rSearchName, "ImplDevFontList::ImplFindBySearchName() called with non-nor… in ImplFindBySearchName() 1587 String aTempName; in ImplFindByAliasName() local 1591 aTempName = GetNextFontToken( pData->maMapNames, nIndex ); in ImplFindByAliasName() 1593 if ( (aTempName == rSearchName) || (aTempName == rShortName) ) in ImplFindByAliasName()
|