| /trunk/main/unodevtools/source/skeletonmaker/ |
| H A D | javacompskeleton.cxx | 36 void generatePackage(std::ostream & o, const OString & implname) in generatePackage() 43 void generateImports(std::ostream & o, ProgramOptions const & options, in generateImports() 87 void generateCompFunctions(std::ostream & o, const OString & classname) in generateCompFunctions() 105 void generateXServiceInfoBodies(std::ostream& o) in generateXServiceInfoBodies() 122 void generateXPropertySetBodies(std::ostream& o) in generateXPropertySetBodies() 167 void generateXFastPropertySetBodies(std::ostream& o) in generateXFastPropertySetBodies() 184 void generateXPropertyAccessBodies(std::ostream& o) in generateXPropertyAccessBodies() 261 void registerProperties(std::ostream& o, in registerProperties() 290 void generateXLocalizableBodies(std::ostream& o) { in generateXLocalizableBodies() 302 void generateXAddInBodies(std::ostream& o, ProgramOptions const & options) in generateXAddInBodies() [all …]
|
| H A D | cppcompskeleton.cxx | 36 void generateIncludes(std::ostream & o, in generateIncludes() 73 short generateNamespace(std::ostream & o, in generateNamespace() 118 OString generateCompHelperDeclaration(std::ostream & o, in generateCompHelperDeclaration() 143 void generateCompHelperDefinition(std::ostream & o, in generateCompHelperDefinition() 183 void generateCompFunctions(std::ostream & o, const OString & nmspace) in generateCompFunctions() 207 void generateXPropertySetBodies(std::ostream& o, in generateXPropertySetBodies() 266 void generateXFastPropertySetBodies(std::ostream& o, in generateXFastPropertySetBodies() 287 void generateXPropertyAccessBodies(std::ostream& o, in generateXPropertyAccessBodies() 308 void generateXLocalizable(std::ostream& o, const OString & classname) in generateXLocalizable() 318 void generateXAddInBodies(std::ostream& o, const OString & classname) in generateXAddInBodies() [all …]
|
| H A D | cpptypemaker.cxx | 34 void printType(std::ostream & o, in printType() 128 void printType(std::ostream & o, in printType() 143 bool printConstructorParameters(std::ostream & o, in printConstructorParameters() 192 void printConstructor(std::ostream & o, in printConstructor() 205 void printMethodParameters(std::ostream & o, in printMethodParameters() 241 void printExceptionSpecification(std::ostream & o, in printExceptionSpecification() 258 void printSetPropertyMixinBody(std::ostream & o, in printSetPropertyMixinBody() 373 void printMethods(std::ostream & o, in printMethods() 649 void printConstructionMethods(std::ostream & o, in printConstructionMethods() 678 void printServiceMembers(std::ostream & o, in printServiceMembers() [all …]
|
| H A D | javatypemaker.cxx | 38 void printType(std::ostream & o, in printType() 121 void printType(std::ostream & o, in printType() 136 bool printConstructorParameters(std::ostream & o, in printConstructorParameters() 186 void printConstructor(std::ostream & o, in printConstructor() 197 void printMethodParameters(std::ostream & o, in printMethodParameters() 232 void printExceptionSpecification(std::ostream & o, in printExceptionSpecification() 253 void printSetPropertyMixinBody(std::ostream & o, in printSetPropertyMixinBody() 351 void printMethods(std::ostream & o, in printMethods() 569 void printConstructionMethods(std::ostream & o, in printConstructionMethods() 598 void printServiceMembers(std::ostream & o, in printServiceMembers() [all …]
|
| /trunk/main/rdbmaker/inc/codemaker/ |
| H A D | global.hxx | 101 friend FileStream &operator<<(FileStream& o, sal_uInt32 i) in operator <<() 105 friend FileStream &operator<<(FileStream& o, char const * s) in operator <<() 109 friend FileStream &operator<<(FileStream& o, ::rtl::OString* s) in operator <<() 113 friend FileStream &operator<<(FileStream& o, const ::rtl::OString& s) in operator <<() 117 friend FileStream &operator<<(FileStream& o, ::rtl::OStringBuffer* s) in operator <<() 121 friend FileStream &operator<<(FileStream& o, const ::rtl::OStringBuffer& s) in operator <<()
|
| /trunk/main/codemaker/source/cunomaker/ |
| H A D | cunotype.cxx | 255 OString CunoType::dumpHeaderDefine(FileStream& o, sal_Char* prefix, sal_Bool bExtended) in dumpHeaderDefine() 288 void CunoType::dumpDefaultHIncludes(FileStream& o) in dumpDefaultHIncludes() 304 void CunoType::dumpDefaultCIncludes(FileStream& o) in dumpDefaultCIncludes() 311 void CunoType::dumpInclude(FileStream& o, const OString& typeName, sal_Char* prefix, sal_Bool bExte… in dumpInclude() 358 void CunoType::dumpDepIncludes(FileStream& o, const OString& typeName, sal_Char* prefix) in dumpDepIncludes() 493 void CunoType::dumpOpenExternC(FileStream& o) in dumpOpenExternC() 500 void CunoType::dumpCloseExternC(FileStream& o) in dumpCloseExternC() 507 void CunoType::dumpLGetCunoType(FileStream& o) in dumpLGetCunoType() 544 void CunoType::dumpGetCunoType(FileStream& o) in dumpGetCunoType() 678 void CunoType::dumpCGetCunoType(FileStream& o) in dumpCGetCunoType() [all …]
|
| /trunk/main/comphelper/inc/comphelper/ |
| H A D | optional.hxx | 43 ::com::sun::star::beans::Optional<T> const& o ) in make_optional() 60 ::boost::optional<T> const& o ) in makeOptional() 70 ::boost::optional<bool> const& o ) in makeOptional()
|
| /trunk/main/sc/qa/complex/calcPreview/ |
| H A D | ViewForwarder.java | 129 Object o = oIndexSheets.getByIndex(0); in checkPositiveViewForwarder() local 164 Object o = StyleFamNames.getByName("PageStyles"); in checkPositiveViewForwarder() local 189 Object o = PropSet.getPropertyValue("RightPageHeaderContent"); in checkPositiveViewForwarder() local 216 Object o = PropSet.getPropertyValue("RightPageHeaderContent"); in checkPositiveViewForwarder() local 466 Object o = accV.getCurrentValue(); in checkPositiveViewForwarder() local 540 Object o = oIndexSheets.getByIndex(0); in checkNegativeViewForwarder() local 575 Object o = StyleFamNames.getByName("PageStyles"); in checkNegativeViewForwarder() local 601 Object o = PropSet.getPropertyValue("RightPageHeaderContent"); in checkNegativeViewForwarder() local 627 Object o = PropSet.getPropertyValue("RightPageFooterContent"); in checkNegativeViewForwarder() local 810 Object o = oIndexSheets.getByIndex(0); in checkPreviewHeaderCells() local [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/ |
| H A D | _XIndexAccess.java | 90 Object o = null; in _getByIndex() local 126 Object o = null; in checkGetByIndex() local
|
| /trunk/main/odk/examples/cpp/remoteclient/ |
| H A D | remoteclient.cxx | 157 OString o = OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ); in run() local 163 OString o = OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ); in run() local 169 OString o = OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ); in run() local 175 OString o = OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ); in run() local
|
| /trunk/main/writerfilter/source/doctok/ |
| H A D | WW8CpAndFc.cxx | 55 ostream & operator << (ostream & o, const Cp & rCp) in operator <<() 80 ostream & operator << (ostream & o, const Fc & rFc) in operator <<() 103 ostream & operator << (ostream & o, const CpAndFc & rCpAndFc) in operator <<() 108 ostream & operator << (ostream & o, const CpAndFcs & rCpAndFcs) in operator <<()
|
| /trunk/main/io/test/ |
| H A D | testcomponent.cxx | 164 OString o = OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ); in main() local 183 OString o = OUStringToOString( in main() local 194 OString o = OUStringToOString( in main() local
|
| /trunk/main/sax/test/ |
| H A D | testcomponent.cxx | 178 OString o = OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ); in main() local 197 OString o = OUStringToOString( in main() local 207 OString o = OUStringToOString( in main() local
|
| /trunk/main/codemaker/source/cppumaker/ |
| H A D | cpputype.cxx | 312 FileStream& o, char const * prefix, sal_Bool bExtended) in dumpHeaderDefine() 461 void CppuType::dumpLightGetCppuType(FileStream& o) in dumpLightGetCppuType() 479 void CppuType::dumpNormalGetCppuType(FileStream& o) in dumpNormalGetCppuType() 586 void CppuType::dumpComprehensiveGetCppuType(FileStream& o) in dumpComprehensiveGetCppuType() 695 void CppuType::dumpCppuGetTypeMemberDecl(FileStream& o, CppuTypeDecl eDeclFlag) in dumpCppuGetTypeMemberDecl() 875 void CppuType::dumpType(FileStream& o, const OString& type, in dumpType() 948 void CppuType::dumpCppuGetType(FileStream& o, const OString& type, sal_Bool bDecl, CppuTypeDecl eDe… in dumpCppuGetType() 1114 void CppuType::dumpConstantValue(FileStream& o, sal_uInt16 index) in dumpConstantValue() 1245 FileStream& o, codemaker::cppumaker::Includes & includes) in dumpHFile() 1275 sal_Bool InterfaceType::dumpDeclaration(FileStream& o) in dumpDeclaration() [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/ |
| H A D | _XUIConfigurationManager.java | 110 Object[] o = (Object[])mxMenuBarSettings.getByIndex(i); in _getSettings() local 262 Object o = oObj.getImageManager(); in _getImageManager() local 273 Object o = oObj.getShortCutManager(); in _getShortCutManager() local 287 Object o = oObj.getEventsManager(); in _getEventsManager() local
|
| /trunk/main/reportbuilder/java/com/sun/star/report/pentaho/ |
| H A D | StarReportDataFactory.java | 65 final Object o = parameters.get(i); in queryData() local 66 map.put(parameters.getColumnName(i), o); in queryData() local
|
| /trunk/main/ucb/source/ucp/gio/ |
| H A D | gio_mount.hxx | 33 #define OOO_MOUNT_OPERATION(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), OOO_TYPE_MOUNT_OPERATION… argument 35 #define OOO_IS_MOUNT_OPERATION(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), OOO_TYPE_MOUNT_OPERATION… argument 37 #define OOO_MOUNT_OPERATION_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), OOO_TYPE_MOUNT_OPERATION,… argument
|
| /trunk/main/stoc/test/ |
| H A D | testsmgr2.cxx | 75 … OString o = OUStringToOString( r3->getImplementationName() , RTL_TEXTENCODING_ASCII_US ); in SAL_IMPLEMENT_MAIN() local 109 OString o = OUStringToOString( e.Message , RTL_TEXTENCODING_ASCII_US ); in SAL_IMPLEMENT_MAIN() local
|
| /trunk/main/codemaker/source/bonobowrappermaker/ |
| H A D | corbatype.cxx | 78 sal_Bool CorbaType::dump(CorbaOptions* pOptions, FileStream& o, TypeSet* allreadyDumped) in dump() 88 sal_Bool CorbaType::dumpDependedTypes(CorbaOptions* pOptions, FileStream& o, TypeSet* allreadyDumpe… in dumpDependedTypes() 124 sal_Bool CorbaType::dumpConversionFunctions(FileStream& o, TypeSet* allreadyDumped) in dumpConversionFunctions() 139 void CorbaType::dumpDefaultHxxIncludes(FileStream& o) in dumpDefaultHxxIncludes() 183 void CorbaType::dumpInclude(FileStream& o, TypeSet* allreadyDumped, const OString& typeName, sal_Ch… in dumpInclude() 309 void CorbaType::dumpDepIncludes(FileStream& o, TypeSet* allreadyDumped, const OString& typeName, sa… in dumpDepIncludes() 373 void CorbaType::dumpNameSpace(FileStream& o, sal_Bool bOpen, sal_Bool bFull, const OString& type) in dumpNameSpace() 623 void CorbaType::dumpUnoType(FileStream& o, const OString& type, in dumpUnoType() 857 void CorbaType::dumpCorbaType(FileStream& o, const OString& type, in dumpCorbaType() 942 void CorbaType::dumpTypeInit(FileStream& o, const OString& typeName) in dumpTypeInit() [all …]
|
| /trunk/main/javaunohelper/com/sun/star/lib/uno/helper/ |
| H A D | InterfaceContainer.java | 172 synchronized public boolean add(Object o) in add() 232 Object o= e.next(); in addAll() local 267 Object o= icol.next(); in addAll() local 571 Object o= itColl.next(); in retainAll() local 710 Object o= aIt.next(); in disposeAndClear() local 805 public synchronized void add(Object o) in add() 844 public synchronized void set(Object o) in set()
|
| /trunk/main/ucb/qa/complex/tdoc/ |
| H A D | CheckContentProvider.java | 126 … Object o = xMSF.createInstance("com.sun.star.comp.ucb.TransientDocumentsContentProvider"); in checkTDOCRoot() local 190 … Object o = xMSF.createInstance("com.sun.star.comp.ucb.TransientDocumentsContentProvider"); in checkTDOCDocument() local 225 … Object o = xMSF.createInstance("com.sun.star.comp.ucb.TransientDocumentsContentProvider"); in checkTDOCFolder() local 259 … Object o = xMSF.createInstance("com.sun.star.comp.ucb.TransientDocumentsContentProvider"); in checkTDOCStream() local
|
| /trunk/main/sal/qa/osl/file/ |
| H A D | osl_old_test_file.cxx | 113 OString o = OUStringToOString( target , RTL_TEXTENCODING_ASCII_US ); in TEST_F() local 142 OString o = OUStringToOString( target , RTL_TEXTENCODING_ASCII_US ); in TEST_F() local 194 OString o = OUStringToOString( target , RTL_TEXTENCODING_ASCII_US ); in TEST_F() local 242 OString o = OUStringToOString( target , RTL_TEXTENCODING_ASCII_US ); in TEST_F() local
|
| /trunk/main/remotebridges/examples/ |
| H A D | officeclient.cxx | 214 OString o = OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ); in run() local 220 OString o = OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ); in run() local 226 OString o = OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ); in run() local 232 OString o = OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ); in run() local
|
| /trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/logging/ |
| H A D | XAccessibleEventLog.java | 93 public void logStateChange(Object o, Object any1, Object any2) { in logStateChange() 106 public void logStateChange(Object o, short n, String s) { in logStateChange() 144 protected static void logMessage(Object o, String s) { in logMessage()
|
| /trunk/main/codemaker/source/codemaker/ |
| H A D | global.cxx | 413 FileStream &operator<<(FileStream& o, sal_uInt32 i) { in operator <<() 419 FileStream &operator<<(FileStream& o, char const * s) { in operator <<() 424 FileStream &operator<<(FileStream& o, ::rtl::OString* s) { in operator <<() 429 FileStream &operator<<(FileStream& o, const ::rtl::OString& s) { in operator <<() 435 FileStream &operator<<(FileStream& o, ::rtl::OStringBuffer* s) { in operator <<() 440 FileStream &operator<<(FileStream& o, const ::rtl::OStringBuffer& s) { in operator <<()
|