/aoo41x/main/idlc/source/ |
H A D | astdump.cxx | 57 idlc()->getOptions()->getProgramName().getStr(), in dump() 102 idlc()->getOptions()->getProgramName().getStr(), in dump() 127 idlc()->getOptions()->getProgramName().getStr(), in dump() 147 idlc()->getOptions()->getProgramName().getStr(), in dump() 167 idlc()->getOptions()->getProgramName().getStr(), in dump() 234 idlc()->getOptions()->getProgramName().getStr(), in dump() 345 idlc()->getOptions()->getProgramName().getStr(), in dump()
|
H A D | astinterface.cxx | 117 idlc()->getOptions()->getProgramName().getStr(), in dump() 128 idlc()->getOptions()->getProgramName().getStr(), in dump() 160 idlc()->getOptions()->getProgramName().getStr(), in dump() 177 idlc()->getOptions()->getProgramName().getStr(), in dump() 260 idlc()->getOptions()->getProgramName().getStr(), in dump() 417 idlc()->getOptions()->getProgramName().getStr(), in increment()
|
H A D | idlcproduce.cxx | 87 idlc()->getOptions()->getProgramName().getStr(), buffer.getStr()); in checkOutputPath() 117 idlc()->getOptions()->getProgramName().getStr(), (*iter).getStr()); in cleanPath() 134 Options* pOptions = idlc()->getOptions(); in produceFile() 197 idlc()->getOptions()->getProgramName().getStr(), in produceFile()
|
H A D | aststruct.cxx | 94 idlc()->getOptions()->getProgramName().getStr(), in dump() 104 idlc()->getOptions()->getProgramName().getStr(), in dump() 180 idlc()->getOptions()->getProgramName().getStr(), in dump()
|
H A D | errorhandler.cxx | 551 if ( idlc()->getOptions()->isValid("-w") || idlc()->getOptions()->isValid("-we") ) { in warning0() 556 if ( idlc()->getOptions()->isValid("-we") ) in warning0()
|
H A D | astenum.cxx | 74 idlc()->getOptions()->getProgramName().getStr(), in dump() 109 idlc()->getOptions()->getProgramName().getStr(), in dump()
|
H A D | astunion.cxx | 276 idlc()->getOptions()->getProgramName().getStr(), in dump() 364 idlc()->getOptions()->getProgramName().getStr(), in dump()
|
H A D | idlccompile.cxx | 239 idlc()->getOptions()->getProgramName().getStr(), in compileFile() 256 Options* pOptions = idlc()->getOptions(); in compileFile()
|
H A D | astconstant.cxx | 111 idlc()->getOptions()->getProgramName().getStr()); in dumpBlob()
|
H A D | parser.y | 115 if (idlc()->getOptions()->isValid("-cid"))
|
/aoo41x/main/sw/source/ui/vba/ |
H A D | vbaglobals.cxx | 99 SwVbaGlobals::getOptions() throw (uno::RuntimeException) in getOptions() function in SwVbaGlobals 101 return getApplication()->getOptions(); in getOptions()
|
H A D | vbaapplication.hxx | 53 …virtual css::uno::Reference< ooo::vba::word::XOptions > SAL_CALL getOptions() throw (css::uno::Run…
|
H A D | vbaglobals.hxx | 62 …virtual css::uno::Reference< ooo::vba::word::XOptions > SAL_CALL getOptions() throw (css::uno::Run…
|
H A D | vbaapplication.cxx | 108 SwVbaApplication::getOptions() throw (uno::RuntimeException) in getOptions() function in SwVbaApplication
|
/aoo41x/main/codemaker/source/codemaker/ |
H A D | options.cxx | 62 const OptionMap& Options::getOptions() in getOptions() function in Options
|
/aoo41x/main/codemaker/inc/codemaker/ |
H A D | options.hxx | 74 const OptionMap& getOptions();
|
/aoo41x/main/idlc/inc/idlc/ |
H A D | idlc.hxx | 52 Options* getOptions() in getOptions() function in Idlc
|
/aoo41x/test/testassistant/src/org/openoffice/test/assistant/views/ |
H A D | UIMapOp.java | 332 TextEdit edits = astRoot.rewrite(document, uiMap.getJavaProject().getOptions(true)); in define()
|