Home
last modified time | relevance | path

Searched refs:GSIBlock (Results 1 – 3 of 3) sorted by relevance

/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DGSIReader.java135 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()
197 ((Map) GSIBlock.get(targetLanguage)).put("Target" in getGSIData()
218 return GSIBlock; in getGSIData()
[all …]
/trunk/main/l10ntools/source/
H A Dgsicheck.cxx283 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()
511 sal_Bool GSIBlock::TestUTF8( GSILine* pTestee, sal_Bool bFixTags ) in TestUTF8()
559 sal_Bool GSIBlock::HasSuspiciousChars( GSILine* pTestee, GSILine* pSource ) in HasSuspiciousChars()
655 void GSIBlock::WriteError( LazySvFileStream &aErrOut, sal_Bool bRequireSourceLine ) in WriteError()
[all …]
/trunk/main/l10ntools/inc/
H A Dgsicheck.hxx90 class GSIBlock : public GSIBlock_Impl class
110GSIBlock( sal_Bool PbPrintContext, sal_Bool bSource, sal_Bool bTrans, sal_Bool bRef, sal_Bool bAll…
111 ~GSIBlock();

Completed in 22 milliseconds