Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 33) sorted by relevance

12

/trunk/main/toolkit/src2xml/source/
H A Dsrc2xml.py137 def convert (file_name, options): argument
181 def dry_one_file (file_name, options): argument
217 def do_one_file (file_name, options): argument
/trunk/main/unodevtools/source/skeletonmaker/
H A Dcpptypemaker.cxx35 ProgramOptions const & options, TypeManager const & manager, in printType()
129 ProgramOptions const & options, TypeManager const & manager, in printType()
144 ProgramOptions const & options, TypeManager const & manager, in printConstructorParameters()
193 ProgramOptions const & options, TypeManager const & manager, in printConstructor()
206 ProgramOptions const & options, TypeManager const & manager, in printMethodParameters()
357 ProgramOptions const & options, TypeManager const & manager, in printMethods()
625 ProgramOptions const & options, TypeManager const & manager, in printConstructionMethods()
653 ProgramOptions const & options, TypeManager const & manager, in printServiceMembers()
691 ProgramOptions const & options, TypeManager const & manager, in printMapsToCppType()
710 ProgramOptions const & options, TypeManager const & manager, in generateDocumentation()
H A Djavatypemaker.cxx39 ProgramOptions const & options, TypeManager const & manager, in printType()
122 ProgramOptions const & options, TypeManager const & manager, in printType()
137 ProgramOptions const & options, TypeManager const & manager, in printConstructorParameters()
187 ProgramOptions const & options, TypeManager const & manager, in printConstructor()
198 ProgramOptions const & options, TypeManager const & manager, in printMethodParameters()
233 ProgramOptions const & options, TypeManager const & manager, in printExceptionSpecification()
352 ProgramOptions const & options, TypeManager const & manager, in printMethods()
570 ProgramOptions const & options, TypeManager const & manager, in printConstructionMethods()
599 ProgramOptions const & options, TypeManager const & manager, in printServiceMembers()
634 ProgramOptions const & options, TypeManager const & manager, in printMapsToJavaType()
[all …]
H A Djavacompskeleton.cxx43 void generateImports(std::ostream & o, ProgramOptions const & options, in generateImports()
302 void generateXAddInBodies(std::ostream& o, ProgramOptions const & options) in generateXAddInBodies()
444 void generateXDispatchBodies(std::ostream& o, ProgramOptions const & options) in generateXDispatchBodies()
480 void generateXDispatchProviderBodies(std::ostream& o, ProgramOptions const & options) in generateXDispatchProviderBodies()
520 ProgramOptions const & options, in generateMethodBodies()
592 ProgramOptions const & options, in generateAddinConstructorAndHelper()
737 ProgramOptions const & options, in generateClassDefinition()
857 void generateSkeleton(ProgramOptions const & options, in generateSkeleton()
H A Dcppcompskeleton.cxx500 ProgramOptions const & options, in generateAddinConstructorAndHelper()
577 ProgramOptions const & options, in generateMemberInitialization()
604 ProgramOptions const & options, in generateMemberDeclaration()
619 ProgramOptions const & options, in generateClassDefinition()
881 ProgramOptions const & options, in generateMethodBodies()
906 ProgramOptions const & options, in generateQueryInterface()
955 void generateSkeleton(ProgramOptions const & options, in generateSkeleton()
1095 void generateCalcAddin(ProgramOptions const & options, in generateCalcAddin()
H A Dskeletoncommon.cxx73 bool getOutputStream(ProgramOptions const & options, in getOutputStream()
330 ProgramOptions const & options, in checkPropertyHelper()
589 ProgramOptions const & options, in generateFunctionParamterMap()
690 ProgramOptions const & options, in generateFunctionParameterMap()
H A Dskeletonmaker.cxx148 ProgramOptions options; variable
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DBase64.java376 private final static byte[] getAlphabet( int options ) in getAlphabet()
392 private final static byte[] getDecodabet( int options ) in getDecodabet()
462 private static byte[] encode3to4( byte[] b4, byte[] threeBytes, int numSigBytes, int options ) in encode3to4()
494 byte[] destination, int destOffset, int options ) in encode3to4()
584 public static String encodeObject( java.io.Serializable serializableObject, int options ) in encodeObject()
674 public static String encodeBytes( byte[] source, int options ) in encodeBytes()
719 public static String encodeBytes( byte[] source, int off, int len, int options ) in encodeBytes()
846 …tic int decode4to3( byte[] source, int srcOffset, byte[] destination, int destOffset, int options ) in decode4to3()
923 public static byte[] decode( byte[] source, int off, int len, int options ) in decode()
997 public static byte[] decode( String s, int options ) in decode()
[all …]
/trunk/main/codemaker/source/cppumaker/
H A Dcppumaker.cxx41 void failed(rtl::OString const & typeName, CppuOptions * options) { in failed()
49 codemaker::GeneratedTypeSet & generated, CppuOptions * options) in produce()
59 codemaker::GeneratedTypeSet & generated, CppuOptions * options) in produce()
147 CppuOptions options; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
/trunk/main/registry/tools/
H A Dregcompare.cxx466 static sal_uInt32 checkConstValue(Options_Impl const & options, in checkConstValue()
628 static sal_uInt32 checkField(Options_Impl const & options, in checkField()
740 static sal_uInt32 checkMethod(Options_Impl const & options, in checkMethod()
911 static sal_uInt32 checkReference(Options_Impl const & options, in checkReference()
968 static sal_uInt32 checkFieldsWithoutOrder(Options_Impl const & options, in checkFieldsWithoutOrder()
1047 Options_Impl const & options, in checkBlob()
1321 Options_Impl const & options, in checkValueDifference()
1648 static bool hasPublishedChildren(Options_Impl const & options, RegistryKey & key) in hasPublishedChildren()
1719 Options_Impl const & options, in checkDifferences()
1874 Options_Impl const & options, in compareKeys()
[all …]
H A Dchecksingleton.cxx170 static sal_Bool checkSingletons(Options_Impl const & options, RegistryKey& singletonKey, RegistryKe… in checkSingletons()
246 Options_Impl options(argv[0]); in main() local
H A Dregmerge.cxx96 Options_Impl options(argv[0]); in main() local
H A Drdbedit.cxx258 static Options options; variable
/trunk/main/idlc/source/
H A Didlcmain.cxx43 Options options(argv[0]); in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
/trunk/main/codemaker/source/cunomaker/
H A Dcunomaker.cxx85 CunoOptions options; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
/trunk/main/codemaker/source/idlmaker/
H A Didlmaker.cxx85 IdlOptions options; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
/trunk/main/i18npool/source/collator/
H A Dcollator_unicode.cxx73 …::loadCollatorAlgorithm(const OUString& rAlgorithm, const lang::Locale& rLocale, sal_Int32 options) in loadCollatorAlgorithm()
H A DcollatorImpl.cxx112 sal_Int32 options = 0; in loadCollatorAlgorithmWithEndUserOption() local
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbamaker.cxx86 CorbaOptions options; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
/trunk/main/codemaker/source/javamaker/
H A Djavatype.cxx732 void writeClassFile( in writeClassFile()
847 void handleEnumType( in handleEnumType()
1819 void handleAggregatingType( in handleAggregatingType()
2107 void handleInterfaceType( in handleInterfaceType()
2530 void handleConstantGroup( in handleConstantGroup()
2558 void handleModule( in handleModule()
2816 void handleService( in handleService()
3043 void handleSingleton( in handleSingleton()
3230 codemaker::GeneratedTypeSet & generated, JavaOptions * options) in produceType()
3302 codemaker::GeneratedTypeSet & generated, JavaOptions * options) in produceType()
H A Djavamaker.cxx139 JavaOptions options; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
/trunk/main/rdbmaker/source/rdbmaker/
H A Drdbmaker.cxx297 RdbOptions options; in main() local
/trunk/main/sc/source/ui/inc/
H A Dimpex.hxx147 … void SetExportTextOptions( const ScExportTextOptions& options ) { mExportTextOptions = options; } in SetExportTextOptions()
/trunk/main/dbaccess/source/ui/misc/
H A DHtmlReader.cxx325 const HTMLOptions* options = GetOptions(); in fetchOptions() local
/trunk/main/slideshow/source/engine/animationnodes/
H A Dbasenode.cxx285 bool enter( NodeState eToState, int options = NONE ) in enter()

12