Home
last modified time | relevance | path

Searched refs:aNoName (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/sfx2/source/dialog/
H A Dmgetempl.cxx130 String aNoName( SfxResId( STR_NONAME ) ); in SfxManageStyleSheetPage() local
132 String aNo( aNoName ); in SfxManageStyleSheetPage()
133 aNoName += String::CreateFromInt32( nNo ); in SfxManageStyleSheetPage()
134 while ( pPool->Find( aNoName ) ) in SfxManageStyleSheetPage()
137 aNoName = aNo; in SfxManageStyleSheetPage()
138 aNoName += String::CreateFromInt32( nNo ); in SfxManageStyleSheetPage()
140 pStyle->SetName( aNoName ); in SfxManageStyleSheetPage()
141 aName = aNoName; in SfxManageStyleSheetPage()
/aoo4110/main/sc/source/core/tool/
H A Ddbcolect.cxx703 const String aNoName = String::CreateFromAscii(SC_DBNAME_UNNAMED); in IsInternalForAutoFilter() local
704 const String aBeginName = aName.Copy( 0, aNoName.Len() ); in IsInternalForAutoFilter()
705 return aBeginName == aNoName; in IsInternalForAutoFilter()
929 String aNoName = String::CreateFromAscii(SC_DBNAME_UNNAMED); in GetNewDefaultDBName() local
935 aNewName = aNoName; in GetNewDefaultDBName()
/aoo4110/main/sfx2/source/doc/
H A Dobjmisc.cxx831 String aNoName(SfxResId(STR_NONAME)); in SetTitle()
832 if ( rTitle.Match(aNoName) <= aNoName.Len() ) in SetTitle()
996 String aNoName( SfxResId( STR_NONAME ) ); in GetTitle() local
999 aNoName += String::CreateFromInt32( pImp->nVisualDocumentNumber ); in GetTitle()
1002 return X(aNoName); in GetTitle()
H A Ddocvor.cxx1839 const String aNoName( SfxResId(STR_NONAME) ); in Dispatch_Impl() local
1841 String aName(aNoName); in Dispatch_Impl()
1845 aName = aNoName; in Dispatch_Impl()
/aoo4110/main/tools/source/ref/
H A Dglobname.cxx61 static ImpSvGlobalName aNoName( 0 ); in SvGlobalName() local
63 pImp = &aNoName; in SvGlobalName()

Completed in 69 milliseconds