Home
last modified time | relevance | path

Searched refs:o (Results 26 – 50 of 510) sorted by relevance

12345678910>>...21

/trunk/main/writerfilter/unocomponent/debugservices/rtftok/
H A DScannerTestService.cxx115 int o=0; in rbrace() local
116 …ned int)binBuffer[o]) | ((unsigned int)binBuffer[o+1])<<8 | ((unsigned int)binBuffer[o+2])<<16 | (… in rbrace()
117 …ned int)binBuffer[o]) | ((unsigned int)binBuffer[o+1])<<8 | ((unsigned int)binBuffer[o+2])<<16 | (… in rbrace()
118 …ned int)binBuffer[o]) | ((unsigned int)binBuffer[o+1])<<8 | ((unsigned int)binBuffer[o+2])<<16 | (… in rbrace()
119 unsigned char *str=binBufferStr+o; in rbrace()
120 o+=strLen; in rbrace()
121 o+=4; // dummy1 in rbrace()
122 o+=4; // dummy2 in rbrace()
123 …ned int)binBuffer[o]) | ((unsigned int)binBuffer[o+1])<<8 | ((unsigned int)binBuffer[o+2])<<16 | (… in rbrace()
144 memcpy(seq.getArray(), data0+o, binLen); in rbrace()
[all …]
/trunk/main/writerfilter/inc/resourcemodel/
H A DSubSequence.hxx123 void dump(ostream & o) const in dump()
131 o << sBuffer << endl; in dump()
141 o << "<line>"; in dump()
145 o << sBuffer; in dump()
155 o << " "; in dump()
158 o << " "; in dump()
170 o << "&amp;"; in dump()
172 o << "&lt;"; in dump()
174 o << "&gt;"; in dump()
200 o.addItem(sBuffer); in dump()
[all …]
/trunk/main/rdbmaker/inc/codemaker/
H A Dglobal.hxx103 return o; in operator <<()
106 { fprintf(o.m_pFile, "%s", s); in operator <<()
107 return o; in operator <<()
110 { fprintf(o.m_pFile, "%s", s->getStr()); in operator <<()
111 return o; in operator <<()
114 { fprintf(o.m_pFile, "%s", s.getStr()); in operator <<()
115 return o; in operator <<()
118 { fprintf(o.m_pFile, "%s", s->getStr()); in operator <<()
119 return o; in operator <<()
122 { fprintf(o.m_pFile, "%s", s.getStr()); in operator <<()
[all …]
/trunk/main/codemaker/source/idlmaker/
H A Didltype.hxx77 virtual void dumpDefaultHIncludes(FileStream& o);
84 virtual void dumpType(FileStream& o, const ::rtl::OString& type)
90 void dumpConstantValue(FileStream& o, sal_uInt16 index);
126 sal_Bool dumpHFile(FileStream& o) throw( CannotDumpException );
128 void dumpAttributes(FileStream& o);
129 void dumpMethods(FileStream& o);
154 sal_Bool dumpHFile(FileStream& o) throw( CannotDumpException );
181 sal_Bool dumpHFile(FileStream& o) throw( CannotDumpException );
196 sal_Bool dumpHFile(FileStream& o) throw( CannotDumpException );
211 sal_Bool dumpHFile(FileStream& o) throw( CannotDumpException );
[all …]
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/logging/
H A DXAccessibleEventLog.java93 public void logStateChange(Object o, Object any1, Object any2) { in logStateChange() argument
100 logStateChange(o, AnyConverter.toShort(any2), " is now "); in logStateChange()
106 public void logStateChange(Object o, short n, String s) { in logStateChange() argument
109 logMessage(o, s + javax.accessibility.AccessibleState.ACTIVE); in logStateChange()
112 logMessage(o, s + javax.accessibility.AccessibleState.ARMED); in logStateChange()
115 logMessage(o, s + javax.accessibility.AccessibleState.CHECKED); in logStateChange()
118 logMessage(o, s + javax.accessibility.AccessibleState.ENABLED); in logStateChange()
121 logMessage(o, s + javax.accessibility.AccessibleState.FOCUSED); in logStateChange()
130 logMessage(o, s + "sensitive"); in logStateChange()
139 logMessage(o, s + "??? (FIXME)"); in logStateChange()
[all …]
/trunk/main/dbaccess/qa/unoapi/
H A Ddbaccess.sce22 -o dbaccess.DBContentLoader
24 -o dbaccess.OCommandDefinition
25 -o dbaccess.ODatabaseContext
26 -o dbaccess.ODatabaseSource
28 #i98007 -o dbaccess.ODatasourceBrowser
29 -o dbaccess.OInteractionHandler
30 #i84116 -o dbaccess.OQueryDesign
31 -o dbaccess.ORowSet
32 -o dbaccess.OSQLMessageDialog
33 -o dbaccess.OSingleSelectQueryComposer
[all …]
/trunk/main/javaunohelper/com/sun/star/comp/helper/
H A DComponentContext.java90 Object o = table.get( SMGR_NAME ); in ComponentContext() local
91 if (o != null) in ComponentContext()
93 if (o instanceof ComponentContextEntry) in ComponentContext()
95 o = ((ComponentContextEntry)o).m_value; in ComponentContext()
98 XMultiComponentFactory.class, o ); in ComponentContext()
122 Object o = m_table.get( rName ); in getValueByName() local
123 if (o != null) in getValueByName()
125 if (o instanceof ComponentContextEntry) in getValueByName()
200 return o; in getValueByName()
243 Object o = m_table.get( name ); in dispose() local
[all …]
/trunk/main/codemaker/source/codemaker/
H A Dglobal.cxx413 FileStream &operator<<(FileStream& o, sal_uInt32 i) { in operator <<() argument
417 return o; in operator <<()
419 FileStream &operator<<(FileStream& o, char const * s) { in operator <<() argument
421 osl_writeFile(o.m_file, s, strlen(s), &writtenBytes); in operator <<()
422 return o; in operator <<()
424 FileStream &operator<<(FileStream& o, ::rtl::OString* s) { in operator <<() argument
427 return o; in operator <<()
429 FileStream &operator<<(FileStream& o, const ::rtl::OString& s) { in operator <<() argument
432 return o; in operator <<()
438 return o; in operator <<()
[all …]
/trunk/main/solenv/inc/
H A Dpstrules.mk34 @$(RM) $@ $(@:s/.obj/.o/)
37 $(COMMAND_ECHO)$(ADJUSTVISIBILITY) -p $(@:s/.obj/.o/)
39 @$(IFEXIST) $(@:s/.obj/.o/) $(THEN) $(TOUCH) $@ $(FI)
51 @$(RM) $@ $(@:s/.obj/.o/)
54 $(COMMAND_ECHO)$(ADJUSTVISIBILITY) -p $(@:s/.obj/.o/)
56 @$(IFEXIST) $(@:s/.obj/.o/) $(THEN) $(TOUCH) $@ $(FI)
76 @$(RM) $@ $(@:s/.obj/.o/)
79 $(COMMAND_ECHO)$(ADJUSTVISIBILITY) -p $(@:s/.obj/.o/)
81 @$(IFEXIST) $(@:s/.obj/.o/) $(THEN) $(TOUCH) $@ $(FI)
94 @$(RM) $@ $(@:s/.obj/.o/)
[all …]
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DInterfaceContainer.java172 synchronized public boolean add(Object o) in add() argument
178 elementData[size++] = o; in add()
232 Object o= e.next(); in addAll() local
233 if (o != null) in addAll()
234 elementData[size++] = o; in addAll()
267 Object o= icol.next(); in addAll() local
268 if (o != null) in addAll()
269 arColl[curIndex++]= o; in addAll()
572 if (o != null) in retainAll()
710 Object o= aIt.next(); in disposeAndClear() local
[all …]
/trunk/main/svtools/qa/unoapi/
H A Dsvtools.sce21 #i88276 -o svtools.AccessibleIconChoiceCtrlEntry
22 #i88647 -o svtools.AccessibleTabBarPage
23 #i110988 -o svtools.AccessibleBrowseBox
24 #i110988 -o svtools.AccessibleBrowseBoxHeaderBar
26 #i110988 -o svtools.AccessibleBrowseBoxTable
27 #i85245 -o svtools.AccessibleBrowseBoxTableCell
28 #i88276 -o svtools.AccessibleIconChoiceCtrl
29 -o svtools.AccessibleTabBar
30 #i85246 -o svtools.AccessibleTabBarPageList
31 #i110988 -o svtools.AccessibleTreeListBox
[all …]
/trunk/main/wizards/com/sun/star/wizards/common/
H A DConfiguration.java54 if (AnyConverter.isVoid(o)) in getInt()
58 return AnyConverter.toInt(o); in getInt()
64 if (AnyConverter.isVoid(o)) in getShort()
68 return AnyConverter.toShort(o); in getShort()
74 if (AnyConverter.isVoid(o)) in getFloat()
78 return AnyConverter.toFloat(o); in getFloat()
84 if (AnyConverter.isVoid(o)) in getDouble()
88 return AnyConverter.toDouble(o); in getDouble()
94 if (AnyConverter.isVoid(o)) in getString()
98 return (String) o; in getString()
[all …]
/trunk/main/javaunohelper/test/com/sun/star/comp/helper/
H A DComponentContext_Test.java49 Object o = xSMgr.createInstanceWithContext( "com.sun.star.loader.Java", xContext ); in main() local
50 if (o == null) in main()
52 o = xSMgr.createInstanceWithContext( "com.sun.star.bridge.BridgeFactory", xContext ); in main()
53 if (o == null) in main()
56 if (o == null) in main()
58 o = xSMgr.createInstanceWithContext( "com.sun.star.connection.Connector", xContext ); in main()
59 if (o == null) in main()
61 o = xSMgr.createInstanceWithContext( "com.sun.star.connection.Acceptor", xContext ); in main()
62 if (o == null) in main()
64 o = xSMgr.createInstanceWithContext( "com.sun.star.lang.ServiceManager", xContext ); in main()
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/java/
H A Djava_environment.java93 Object o = proxies.get(oid, type); in getRegisteredInterface() local
94 if (o == null) { in getRegisteredInterface()
97 return o; in getRegisteredInterface()
162 Object o = l2.get(); in register() local
163 if (o != null) { in register()
165 return o; in register()
246 Object o = l2.get(); in find() local
247 if (o != null) { in find()
248 return o; in find()
257 if (o != null) { in find()
[all …]
/trunk/main/ucb/qa/unoapi/
H A Ducb.sce21 -o ucb.UcbContentProviderProxyFactory
22 -o ucb.UcbPropertiesManager
23 -o ucb.UcbStore
24 -o ucb.UniversalContentBroker
25 -o ucpchelp.CHelpContentProvider
26 #webdav: neon disabled by default# -o ucpdav.WebDAVContentProvider
27 -o ucpfile.FileProvider
28 -o ucpftp.FTPContentProvider
29 -o ucphier.HierarchyContentProvider
30 -o ucphier.HierarchyDataSource
[all …]
/trunk/main/icu/
H A Dicu4c-4_0_1-src.patch66 $(COMPILE.c) $(STATICCPPFLAGS) $(STATICCFLAGS) -o $@ $<
189 o->tmpDir,
195 o->shortName);
203 o->tmpDir,
211 if(o->hadStdin == FALSE) { /* shortcut */
245 uprv_strcpy(tmp, o->srcDir);
247 + uprv_strcat(tmp, o->srcDir[uprv_strlen(o->srcDir)-1]==U_FILE_SEP_CHAR?"":U_FILE_AL…
249 … uprv_strcat(tmp, o->srcDir[uprv_strlen(o->srcDir)-1]==U_FILE_SEP_CHAR?"":U_FILE_SEP_STRING);
252 o->filePaths = pkg_appendToList(o->filePaths, &tail2, uprv_strdup(tmp));
259 o->tmpDir,
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XFormulaQuery.java66 Object o = tEnv.getObjRelation("MAKEENTRYINCELL"); in before() local
67 if (o != null) { in before()
68 mxCell = (XCell)o; in before()
79 o = tEnv.getObjRelation("RANGEINDICES"); in before()
80 if (o != null) { in before()
81 int[]index = (int[])o; in before()
86 o = tEnv.getObjRelation("EXPECTEDDEPENDENTVALUES"); in before()
87 if (o != null) { in before()
88 miExpectedDependentValues = (int[])o; in before()
99 if (o != null) { in before()
[all …]
/trunk/main/unodevtools/source/skeletonmaker/
H A Dskeletonjava.hxx33 void printType(std::ostream & o,
40 void printType(std::ostream & o,
45 bool printConstructorParameters(std::ostream & o,
52 void printConstructor(std::ostream & o,
57 void printMethodParameters(std::ostream & o,
65 void printExceptionSpecification(std::ostream & o,
71 void printMethods(std::ostream & o,
80 void printConstructionMethods(std::ostream & o,
85 void printServiceMembers(std::ostream & o,
92 void printMapsToJavaType(std::ostream & o,
[all …]
H A Dskeletoncpp.hxx40 void printType(std::ostream & o,
47 void printType(std::ostream & o,
53 bool printConstructorParameters(std::ostream & o,
61 void printConstructor(std::ostream & o,
68 void printMethodParameters(std::ostream & o,
76 void printExceptionSpecification(std::ostream & o,
83 void printMethods(std::ostream & o,
94 void printConstructionMethods(std::ostream & o,
100 void printServiceMembers(std::ostream & o,
108 void printMapsToCppType(std::ostream & o,
[all …]
H A Dskeletoncommon.cxx39 void printLicenseHeader(std::ostream& o, rtl::OString const & filename) in printLicenseHeader() argument
51 o << "/**************************************************************\n" in printLicenseHeader()
588 void generateFunctionParamterMap(std::ostream& o, in generateFunctionParamterMap() argument
635 o << " ParamMap fpm;\n"; in generateFunctionParamterMap()
642 o << " java.util.Hashtable fpm = " in generateFunctionParamterMap()
648 o << " fpm = ParamMap();\n"; in generateFunctionParamterMap()
652 o << " fpm = new java.util.Hashtable< " in generateFunctionParamterMap()
655 o << " fpm = new java.util.Hashtable();\n"; in generateFunctionParamterMap()
660 o << " fpm[" << p in generateFunctionParamterMap()
667 o << " fpm.put(" << p << ", \"" in generateFunctionParamterMap()
[all …]
/trunk/main/sc/qa/complex/calcPreview/
H A DViewForwarder.java142 Object o = oIndexSheets.getByIndex(0); in checkPositiveViewForwarder() local
177 Object o = StyleFamNames.getByName("PageStyles"); in checkPositiveViewForwarder() local
181 o = PageStyles.getByName("Default"); in checkPositiveViewForwarder()
479 Object o = accV.getCurrentValue(); in checkPositiveViewForwarder() local
480 if (o instanceof String) in checkPositiveViewForwarder()
482 System.out.println("Value: " + (String)o); in checkPositiveViewForwarder()
553 Object o = oIndexSheets.getByIndex(0); in checkNegativeViewForwarder() local
592 o = PageStyles.getByName("Default"); in checkNegativeViewForwarder()
823 Object o = oIndexSheets.getByIndex(0); in checkPreviewHeaderCells() local
957 Object o = accV.getCurrentValue(); in checkPreviewHeaderCells() local
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XReplaceable.java63 Object o = tEnv.getObjRelation("SEARCHSTRING"); in before() local
64 if (o != null) { in before()
65 mSearchString = (String)o; in before()
68 o = tEnv.getObjRelation("XSearchable.MAKEENTRYINCELL"); in before()
69 if (o != null) { in before()
71 if (o instanceof XCell) { in before()
72 cells = new XCell[]{(XCell)o}; in before()
74 else if (o instanceof XCell[]) { in before()
75 cells = (XCell[])o; in before()
79 … + o.getClass().getName() + "'. Should be 'XCell' or 'XCell[]' instead."); in before()
H A D_XSearchable.java66 Object o = tEnv.getObjRelation("SEARCHSTRING"); in before() local
67 if (o != null) { in before()
68 mSearchString = (String)o; in before()
70 o = tEnv.getObjRelation("XSearchable.MAKEENTRYINCELL"); in before()
71 if (o != null) { in before()
73 if (o instanceof XCell) { in before()
74 cells = new XCell[]{(XCell)o}; in before()
76 else if (o instanceof XCell[]) { in before()
77 cells = (XCell[])o; in before()
81 … + o.getClass().getName() + "'. Should be 'XCell' or 'XCell[]' instead."); in before()
/trunk/main/writerfilter/source/doctok/
H A DWW8CpAndFc.cxx55 ostream & operator << (ostream & o, const Cp & rCp) in operator <<() argument
57 return o << rCp.toString(); in operator <<()
80 ostream & operator << (ostream & o, const Fc & rFc) in operator <<() argument
83 return o << rFc.toString(); in operator <<()
103 ostream & operator << (ostream & o, const CpAndFc & rCpAndFc) in operator <<() argument
105 return o << rCpAndFc.toString(); in operator <<()
108 ostream & operator << (ostream & o, const CpAndFcs & rCpAndFcs) in operator <<() argument
111 ostream_iterator<CpAndFc>(o, ", ")); in operator <<()
116 o << sBuffer; in operator <<()
118 return o; in operator <<()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DImageProducer.java123 public boolean equals(final Object o) in equals() argument
125 if (this != o) in equals()
127 if (o == null || getClass() != o.getClass()) in equals()
132 final ByteDataImageKey key = (ByteDataImageKey) o; in equals()
271 if (o != null) in produceFromByteArray()
273 return o; in produceFromByteArray()
330 if (o != null) in produceFromString()
332 return o; in produceFromString()
407 final OfficeImage o = (OfficeImage) imageCache.get(uri); in produceFromURL() local
408 if (o != null) in produceFromURL()
[all …]

Completed in 136 milliseconds

12345678910>>...21