Searched refs:GSIBlock (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
| H A D | GSIReader.java | 135 Map GSIBlock = new HashMap(); in getGSIData() local 136 GSIBlock.put(sourceLanguage, EmptyLanguageMap.clone()); in getGSIData() 137 GSIBlock.put(targetLanguage, EmptyLanguageMap.clone()); in getGSIData() 150 GSIBlock.put(sourceLanguage, EmptyLanguageMap.clone()); in getGSIData() 151 GSIBlock.put(targetLanguage, EmptyLanguageMap.clone()); in getGSIData() 152 GSIBlock.put("BlockNr", GSILine.get("BlockNr")); in getGSIData() 161 GSIBlock.put("BlockNr", GSILine.get("BlockNr")); in getGSIData() 183 ((Map) GSIBlock.get(sourceLanguage)).put("Source" in getGSIData() 191 GSIBlock.put(targetLanguage, EmptyLanguageMap.clone()); in getGSIData() 197 ((Map) GSIBlock.get(targetLanguage)).put("Target" in getGSIData() [all …]
|
| /AOO42X/main/l10ntools/source/ |
| H A D | gsicheck.cxx | 283 GSIBlock::GSIBlock( sal_Bool PbPrintContext, sal_Bool bSource, sal_Bool bTrans, sal_Bool bRef, sal_… in GSIBlock() function in GSIBlock 298 GSIBlock::~GSIBlock() in ~GSIBlock() 309 void GSIBlock::InsertLine( GSILine* pLine, ByteString aSourceLang) in InsertLine() 347 void GSIBlock::SetReferenceLine( GSILine* pLine ) in SetReferenceLine() 354 void GSIBlock::PrintMessage( ByteString aType, ByteString aMsg, ByteString aPrefix, in PrintMessage() 362 void GSIBlock::PrintError( ByteString aMsg, ByteString aPrefix, in PrintError() 370 void GSIBlock::PrintList( ParserMessageList *pList, ByteString aPrefix, in PrintList() 394 sal_Bool GSIBlock::IsUTF8( const ByteString &aTestee, sal_Bool bFixTags, sal_uInt16 &nErrorPos, Byt… in IsUTF8() 511 sal_Bool GSIBlock::TestUTF8( GSILine* pTestee, sal_Bool bFixTags ) in TestUTF8() 559 sal_Bool GSIBlock::HasSuspiciousChars( GSILine* pTestee, GSILine* pSource ) in HasSuspiciousChars() [all …]
|
| /AOO42X/main/l10ntools/inc/ |
| H A D | gsicheck.hxx | 90 class GSIBlock : public GSIBlock_Impl class 110 …GSIBlock( sal_Bool PbPrintContext, sal_Bool bSource, sal_Bool bTrans, sal_Bool bRef, sal_Bool bAll… 111 ~GSIBlock();
|