Searched refs:aNoName (Results 1 – 5 of 5) sorted by relevance
130 String aNoName( SfxResId( STR_NONAME ) ); in SfxManageStyleSheetPage() local132 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()
703 const String aNoName = String::CreateFromAscii(SC_DBNAME_UNNAMED); in IsInternalForAutoFilter() local704 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() local935 aNewName = aNoName; in GetNewDefaultDBName()
831 String aNoName(SfxResId(STR_NONAME)); in SetTitle()832 if ( rTitle.Match(aNoName) <= aNoName.Len() ) in SetTitle()996 String aNoName( SfxResId( STR_NONAME ) ); in GetTitle() local999 aNoName += String::CreateFromInt32( pImp->nVisualDocumentNumber ); in GetTitle()1002 return X(aNoName); in GetTitle()
1839 const String aNoName( SfxResId(STR_NONAME) ); in Dispatch_Impl() local1841 String aName(aNoName); in Dispatch_Impl()1845 aName = aNoName; in Dispatch_Impl()
61 static ImpSvGlobalName aNoName( 0 ); in SvGlobalName() local63 pImp = &aNoName; in SvGlobalName()
Completed in 61 milliseconds