Searched refs:GetUniqId (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/l10ntools/source/ |
H A D | gsicheck.cxx | 153 …ain a number!", "Line format", rLine.GetToken( 8, '\t' ), sal_True, GetLineNumber(), GetUniqId() ); in GSILine() 158 …rror( "The Language is invalid!", "Line format", aLangId, sal_True, GetLineNumber(), GetUniqId() ); in GSILine() 273 …assemble GSI line (internal Error).", "Line format", "", sal_False, GetLineNumber(), GetUniqId() ); in ReassembleLine() 276 …e of unknown type (internal Error).", "Line format", "", sal_False, GetLineNumber(), GetUniqId() ); in ReassembleLine() 316 …double. Treating as Translation.", "File format", "", pLine->GetLineNumber(), pLine->GetUniqId() ); in InsertLine() 335 …age entry double. Checking both.", "File format", "", pLine->GetLineNumber(), pLine->GetUniqId() ); in InsertLine() 389 …g->Prefix(), pMsg->GetErrorText(), aPrefix, aContext, pLine->GetLineNumber(), pLine->GetUniqId() ); in PrintList() 1071 ByteString aId = pGSILine->GetUniqId(); in main() 1106 …if ( pReferenceLine->GetUniqId() == aId && pReferenceLine->GetLanguageId().Equals( aSourceLang ) ) in main() 1111 else if ( pReferenceLine->GetUniqId() > aId ) in main() [all …]
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | basedlgs.cxx | 745 SvtViewOptions aPageOpt( E_TABPAGE, String::CreateFromInt32( GetUniqId() ) ); in IMPL_LINK() 951 SvtViewOptions aPageOpt( E_TABPAGE, String::CreateFromInt32( GetUniqId() ) ); in SetTabPage()
|
/aoo41x/main/l10ntools/inc/ |
H A D | gsicheck.hxx | 59 ByteString const GetUniqId() const { return aUniqId; } in GetUniqId() function in GSILine
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | basedlgs.hxx | 84 sal_uInt32 GetUniqId() const { return nUniqId; } in GetUniqId() function in SfxModalDialog
|
Completed in 70 milliseconds