Home
last modified time | relevance | path

Searched refs:getImportManager (Results 1 – 9 of 9) sorted by relevance

/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/parser/destinations/
H A DRtfDestinationDocument.java265 …if(ctrlWordData.ctrlWord.equals("f")) { ctrlWordData.param = this.rtfParser.getImportManager().ma… in handleControlWord()
269 …if(ctrlWordData.ctrlWord.equals("cb")) { ctrlWordData.param = this.rtfParser.getImportManager().ma… in handleControlWord()
270 …if(ctrlWordData.ctrlWord.equals("cf")) { ctrlWordData.param = this.rtfParser.getImportManager().ma… in handleControlWord()
272 …a.ctrlWord.equals("clcbpat")) { ctrlWordData.param = this.rtfParser.getImportManager().mapColorNr(… in handleControlWord()
273 …trlWord.equals("clcbpatraw")) { ctrlWordData.param = this.rtfParser.getImportManager().mapColorNr(… in handleControlWord()
274 …a.ctrlWord.equals("clcfpat")) { ctrlWordData.param = this.rtfParser.getImportManager().mapColorNr(… in handleControlWord()
275 …trlWord.equals("clcfpatraw")) { ctrlWordData.param = this.rtfParser.getImportManager().mapColorNr(… in handleControlWord()
277 …a.ctrlWord.equals("trcfpat")) { ctrlWordData.param = this.rtfParser.getImportManager().mapColorNr(… in handleControlWord()
278 …a.ctrlWord.equals("trcbpat")) { ctrlWordData.param = this.rtfParser.getImportManager().mapColorNr(… in handleControlWord()
280 …ta.ctrlWord.equals("brdrcf")) { ctrlWordData.param = this.rtfParser.getImportManager().mapColorNr(… in handleControlWord()
[all …]
H A DRtfDestinationColorTable.java150 this.importHeader = parser.getImportManager(); in RtfDestinationColorTable()
158 this.importHeader = parser.getImportManager(); in setParser()
H A DRtfDestinationListTable.java85 this.importHeader = parser.getImportManager(); in RtfDestinationListTable()
90 this.importHeader = parser.getImportManager(); in setParser()
H A DRtfDestinationStylesheetTable.java164 this.importHeader = parser.getImportManager(); in RtfDestinationStylesheetTable()
169 this.importHeader = parser.getImportManager(); in setParser()
H A DRtfDestinationFontTable.java202 this.importHeader = this.rtfParser.getImportManager(); in init()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/services/
H A Dimportmanager.h84 #define IMPORT_MANAGER SQLITESTUDIO->getImportManager()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/
H A Dsqlitestudio.h129 ImportManager* getImportManager() const;
H A Dsqlitestudio.cpp165 ImportManager* SQLiteStudio::getImportManager() const in getImportManager() function in SQLiteStudio
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/parser/
H A DRtfParser.java1118 public RtfImportMgr getImportManager() { in getImportManager() method in RtfParser