Searched refs:addSpaces (Results 1 – 4 of 4) sorted by relevance
/trunk/main/writerfilter/inc/rtftok/ | ||
H A D | RTFScannerHandler.hxx | 36 virtual void addSpaces(int count)=0; |
/trunk/main/writerfilter/source/rtftok/ | ||
H A D | RTFScanner.lex | 325 " "(" "+) { eventHandler.addSpaces(yyleng); num_chars+=yyleng;} |
/trunk/main/writerfilter/unocomponent/debugservices/rtftok/ | ||
H A D | XMLScanner.cxx | 141 void addSpaces(int count) in addSpaces() function in writerfilter::rtftok::XmlRtfScannerHandler |
H A D | ScannerTestService.cxx | 221 void addSpaces(int /*count*/) in addSpaces() function in writerfilter::rtftok::MyRtfScannerHandler |
Completed in 20 milliseconds