Home
last modified time | relevance | path

Searched refs:mod (Results 1 – 25 of 750) sorted by relevance

12345678910>>...30

/trunk/main/xmloff/
H A DPackage_dtd.mk26 $(eval $(call gb_Package_add_file,xmloff_dtd,bin/chart.mod,chart.mod))
28 $(eval $(call gb_Package_add_file,xmloff_dtd,bin/defs.mod,defs.mod))
29 $(eval $(call gb_Package_add_file,xmloff_dtd,bin/drawing.mod,drawing.mod))
30 $(eval $(call gb_Package_add_file,xmloff_dtd,bin/dtypes.mod,dtypes.mod))
31 $(eval $(call gb_Package_add_file,xmloff_dtd,bin/form.mod,form.mod))
32 $(eval $(call gb_Package_add_file,xmloff_dtd,bin/meta.mod,meta.mod))
35 $(eval $(call gb_Package_add_file,xmloff_dtd,bin/office.mod,office.mod))
37 $(eval $(call gb_Package_add_file,xmloff_dtd,bin/script.mod,script.mod))
39 $(eval $(call gb_Package_add_file,xmloff_dtd,bin/style.mod,style.mod))
40 $(eval $(call gb_Package_add_file,xmloff_dtd,bin/table.mod,table.mod))
[all …]
/trunk/main/xmerge/source/palmtests/qa-wrapper/lists/
H A Dmaster.list1 c_addition01-mod.infile c_addition sxc
3 c_backwardrange-mod.infile c_backwardrange sxc
4 c_basic-mod.infile c_basic sxc
5 c_boolean-mod.infile c_boolean sxc
9 c_cyclic-mod.infile c_cyclic sxc
14 c_largerange-mod.infile c_largerange sxc
15 c_listrange-mod.infile c_listrange sxc
19 c_simple01-mod.infile c_simple01 sxc
20 c_simple02-mod.infile c_simple04 sxc
21 c_simple03-mod.infile c_simple02 sxc
[all …]
/trunk/main/pyuno/source/loader/
H A Dpythonloader.py85 mod = g_loadedComponents.get( url )
86 if not mod:
87 mod = imp.new_module("uno_component")
101 exec(codeobject, mod.__dict__)
102 mod.__file__ = encfile(filename)
103 g_loadedComponents[url] = mod
104 return mod
118 mod = self.getModuleFromUrl( locationUrl )
119 implHelper = mod.__dict__.get( "g_ImplementationHelper" , None )
129 mod = self.getModuleFromUrl( locationUrl )
[all …]
/trunk/main/oox/source/dump/
H A Ddffdumper.ini74 0x0F00=uint8,dec,mod,DFF-SYSTEMCOLOR-MOD
161 …ast,blip-brightness,blip-gamma,blip-ole-id,blip-double-cr-mod,blip-fill-cr-mod,blip-line-cr-mod,bl…
176 …0x01A0=fill-color-ext-mod,reserved,fill-back-color-ext,reserved,fill-back-color-ext-mod,reserved,r…
182 …1D8=,line-color-ext,reserved,line-color-ext-mod,reserved,line-back-color-ext,reserved,line-back-co…
197 …0x0288=3dobj-cr-mod,3dobj-extrusion-color-ext,reserved,3dobj-extrusion-color-ext-mod,reserved,rese…
235 …=,lline-color-ext,reserved,lline-color-ext-mod,reserved,lline-back-color-ext,reserved,lline-back-c…
242 …=,tline-color-ext,reserved,tline-color-ext-mod,reserved,tline-back-color-ext,reserved,tline-back-c…
249 …=,rline-color-ext,reserved,rline-color-ext-mod,reserved,rline-back-color-ext,reserved,rline-back-c…
256 …=,bline-color-ext,reserved,bline-color-ext-mod,reserved,bline-back-color-ext,reserved,bline-back-c…
315 0x01A0=uint32,hex,color-mod,DFF-COLORMOD
[all …]
/trunk/main/pyuno/source/module/
H A Duno.py251 mod = None
255 mod = d[x]
257 mod = pyuno.__class__(x) # How to create a module ??
258 d = mod.__dict__
283 return mod
322 mod = None
324 mod = __import__("traceback")
328 if mod:
329 lst = mod.extract_tb( trace )
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseTextRun.java275 int mod = 0; in makeStyle() local
276 if ((modifiers & BOLD) != 0) mod |= TextStyle.BOLD; in makeStyle()
277 if ((modifiers & ITALIC) != 0) mod |= TextStyle.ITALIC; in makeStyle()
278 if ((modifiers & UNDERLINE) != 0) mod |= TextStyle.UNDERLINE; in makeStyle()
280 mod |= TextStyle.STRIKETHRU; in makeStyle()
281 if ((modifiers & SUPERSCRIPT) != 0) mod |= TextStyle.SUPERSCRIPT; in makeStyle()
282 if ((modifiers & SUBSCRIPT) != 0) mod |= TextStyle.SUBSCRIPT; in makeStyle()
290 mod, (int)(fontSize/2), fontName, sc); in makeStyle()
/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py540 mod = imp.new_module("ooo_script_framework")
542 exec(code, mod.__dict__)
545 values = list(mod.__dict__.values())
866 def __init__( self, func, mod ): argument
868 self.mod = mod
878 self.mod.__file__ + " (" + text + ")"
891 self.mod.__file__ + " (" + text + ")"
995 mod = self.provCtx.getModuleByUrl( fileUri )
996 log.debug( " got mod " + str(mod) )
998 func = mod.__dict__[ funcName ]
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XTransliteration.java56 private String[] mod = null ; field in _XTransliteration
65 mod = oObj.getAvailableModules(loc, TransliterationType.ONE_TO_ONE); in _getAvailableModules()
67 if (mod != null) { in _getAvailableModules()
69 for (int i = 0; i < mod.length; i++) { in _getAvailableModules()
70 log.println(" '" + mod[i] + "'") ; in _getAvailableModules()
76 tRes.tested("getAvailableModules()", mod != null && mod.length > 0) ; in _getAvailableModules()
/trunk/main/l10ntools/source/help/
H A DHelpLinker.cxx342 std::string mod = module; in initIndexerPreProcessor() local
343 std::transform (mod.begin(), mod.end(), mod.begin(), tolower); in initIndexerPreProcessor()
344 m_pIndexerPreProcessor = new IndexerPreProcessor( mod, indexDirParentName, in initIndexerPreProcessor()
366 std::string mod = module; in link() local
367 std::transform (mod.begin(), mod.end(), mod.begin(), tolower); in link()
372 std::string appl = mod; in link()
380 fs::path helpTextFileName_DBHelp(indexDirParentName / (mod + (bUse_ ? ".ht_" : ".ht"))); in link()
391 fs::path dbBaseFileName_DBHelp(indexDirParentName / (mod + (bUse_ ? ".db_" : ".db"))); in link()
401 fs::path keyWordFileName_DBHelp(indexDirParentName / (mod + (bUse_ ? ".key_" : ".key"))); in link()
/trunk/main/scp2/source/ooo/
H A Dfile_ooo.scp994 // mod files
1000 Name = "chart.mod";
1014 Name = "defs.mod";
1028 Name = "dtypes.mod";
1035 Name = "form.mod";
1042 Name = "meta.mod";
1056 Name = "office.mod";
1063 Name = "script.mod";
1077 Name = "style.mod";
1084 Name = "table.mod";
[all …]
/trunk/main/connectivity/qa/complex/connectivity/
H A DHsqlDriverTest.java88 XStorable mod = (XStorable)UnoRuntime.queryInterface(XStorable.class,ds); in test() local
89 mod.store(); in test()
99 XModel mod = (XModel)UnoRuntime.queryInterface(XModel.class,ds); in test() local
103 … ,new com.sun.star.beans.PropertyValue("URL",0,mod.getURL(),PropertyState.DIRECT_VALUE) in test()
/trunk/main/sd/source/filter/
H A Dsdfilter.cxx90 std::auto_ptr< osl::Module > mod(new osl::Module); in OpenLibrary() local
91 return mod->loadRelative(&thisModule, ImplGetFullLibraryName(rLibraryName)) in OpenLibrary()
92 ? mod.release() : 0; in OpenLibrary()
/trunk/main/solenv/inc/
H A Dextension_helplink.mk54 …$(COMMAND_ECHO)$(HELPLINKER) -mod $(LINKNAME) -extlangsrc $(XHPLINKSRC)/{$(subst,$(TARGET)_$(LINKN…
60 … com.sun.star.help.HelpIndexerTool -extension -lang $(@:b:s/_/./:e:s/.//) -mod $(LINKNAME) -zipdir…
62 … com.sun.star.help.HelpIndexerTool -extension -lang $(@:b:s/_/./:e:s/.//) -mod $(LINKNAME) -zipdir…
/trunk/main/helpcontent2/util/
H A Dtarget.pmk32 …$(HELPLINKER) @$(mktmp -mod $(LINKNAME) -src $(COMMONMISC) -sty $(XSL_DIR)/embed.xsl -zipdir $(MIS…
35 … "$(my_cp)" com.sun.star.help.HelpIndexerTool -lang $(@:b:s/_/./:e:s/.//) -mod $(LINKNAME) -zipdir…
37 … "$(my_cp)" com.sun.star.help.HelpIndexerTool -lang $(@:b:s/_/./:e:s/.//) -mod $(LINKNAME) -zipdir…
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DFactory.java146 int mod = m_method.getModifiers(); in Factory() local
148 !java.lang.reflect.Modifier.isStatic( mod ) || in Factory()
149 !java.lang.reflect.Modifier.isPublic( mod )) in Factory()
/trunk/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseNumericFunctions.java166 mod(xRowRes); in testFunctions()
274 …private void mod(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in mod() method in DBaseNumericFunctions
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/
H A DONavigationBarModel.java24 package mod._forms;
H A DOButtonModel.java24 package mod._forms;
H A DOCheckBoxModel.java23 package mod._forms;
H A DOFixedTextModel.java23 package mod._forms;
H A DOImageButtonModel.java23 package mod._forms;
H A DOGroupBoxModel.java23 package mod._forms;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_configmgr/
H A DProviderTestEnvironment.java24 package mod._configmgr;
H A DDefaultProvider.java24 package mod._configmgr;
H A DConfigurationProvider.java24 package mod._configmgr;

Completed in 76 milliseconds

12345678910>>...30