| /trunk/main/xmlscript/source/xmldlg_imexp/ |
| H A D | xmldlg_expmodels.cxx | 69 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readButtonModel() 71 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readButtonModel() 73 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readButtonModel() 79 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readButtonModel() 85 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readButtonModel() 86 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readButtonModel() 87 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("DefaultButton") ), in readButtonModel() 88 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":default") ) ); in readButtonModel() 89 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Label") ), in readButtonModel() 90 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readButtonModel() [all …]
|
| H A D | xmldlg_impmodels.cxx | 55 OUString( RTL_CONSTASCII_USTRINGPARAM("expected event element!") ), in startChildElement() 65 OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.UnoControlProgressBarModel") ) ); in endElement() 78 ctx.importLongProperty( OUString( RTL_CONSTASCII_USTRINGPARAM("ProgressValue") ), in endElement() 79 OUString( RTL_CONSTASCII_USTRINGPARAM("value") ), in endElement() 81 ctx.importLongProperty( OUString( RTL_CONSTASCII_USTRINGPARAM("ProgressValueMin") ), in endElement() 82 OUString( RTL_CONSTASCII_USTRINGPARAM("value-min") ), in endElement() 84 ctx.importLongProperty( OUString( RTL_CONSTASCII_USTRINGPARAM("ProgressValueMax") ), in endElement() 85 OUString( RTL_CONSTASCII_USTRINGPARAM("value-max") ), in endElement() 110 OUString( RTL_CONSTASCII_USTRINGPARAM("expected event element!") ), in startChildElement() 120 OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.UnoControlScrollBarModel") ) ); in endElement() [all …]
|
| H A D | xmldlg_export.cxx | 70 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style") ) ); in createElement() 73 …pStyle->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), _… in createElement() 82 …pStyle->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":background-colo… in createElement() 93 … pStyle->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":text-color") ), in createElement() 104 …pStyle->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":textline-color"… in createElement() 115 … pStyle->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":fill-color") ), in createElement() 182 … pStyle->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":font-name") ), in createElement() 188 …pStyle->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":font-height") ), in createElement() 194 … pStyle->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":font-width") ), in createElement() 200 …pStyle->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":font-stylename"… in createElement() [all …]
|
| H A D | xmldlg_import.cxx | 100 OUString( RTL_CONSTASCII_USTRINGPARAM("style-id") ) ) ); in getStyle() 114 OUString( RTL_CONSTASCII_USTRINGPARAM("id") ) ) ); in getControlId() 118 OUString( RTL_CONSTASCII_USTRINGPARAM("missing id attribute!") ), in getControlId() 135 OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ), in importTextColorStyle() 144 OUString( RTL_CONSTASCII_USTRINGPARAM("text-color") ), in importTextColorStyle() 149 OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ), in importTextColorStyle() 164 OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ), in importTextLineColorStyle() 173 OUString( RTL_CONSTASCII_USTRINGPARAM("textline-color") ), in importTextLineColorStyle() 178 OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ), in importTextLineColorStyle() 193 OUString( RTL_CONSTASCII_USTRINGPARAM("FillColor") ), makeAny( _fillColor ) ); in importFillColorStyle() [all …]
|
| /trunk/main/writerfilter/source/dmapper/ |
| H A D | PropertyIds.cxx | 47 add(PROP_CHAR_WEIGHT, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("CharWeight"))); in PropertyNameSupplier_Impl() 48 add(PROP_CHAR_POSTURE, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("CharPosture"))); in PropertyNameSupplier_Impl() 49 add(PROP_CHAR_STRIKEOUT, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("CharStrikeout"))); in PropertyNameSupplier_Impl() 50 add(PROP_CHAR_CONTOURED, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("CharContoured"))); in PropertyNameSupplier_Impl() 51 add(PROP_CHAR_SHADOWED, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("CharShadowed"))); in PropertyNameSupplier_Impl() 52 add(PROP_CHAR_CASE_MAP, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("CharCaseMap"))); in PropertyNameSupplier_Impl() 53 add(PROP_CHAR_COLOR, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("CharColor"))); in PropertyNameSupplier_Impl() 54 add(PROP_CHAR_RELIEF, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("CharRelief"))); in PropertyNameSupplier_Impl() 55 add(PROP_CHAR_UNDERLINE, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("CharUnderline"))); in PropertyNameSupplier_Impl() 56 …add(PROP_CHAR_UNDERLINE_COLOR, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("CharUnderlineColor"))); in PropertyNameSupplier_Impl() [all …]
|
| /trunk/main/svx/source/inc/ |
| H A D | fmprop.hrc | 33 #define FM_PROP_NAME rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ) 34 #define FM_PROP_CLASSID rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ClassId" … 35 #define FM_PROP_ALIGN rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Align" ) ) 36 #define FM_PROP_ROWCOUNT rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "RowCount"… 37 #define FM_PROP_ROWCOUNTFINAL rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsRowCoun… 38 #define FM_PROP_FETCHSIZE rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FetchSize… 39 #define FM_PROP_VALUE rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Value" ) ) 40 #define FM_PROP_VALUEMIN rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ValueMin"… 41 #define FM_PROP_VALUEMAX rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ValueMax"… 42 #define FM_PROP_VALUESTEP rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ValueStep… [all …]
|
| H A D | fmservs.hxx | 28 #define FM_NUMBER_FORMATTER rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.u… 29 #define FM_COMPONENT_EDIT rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "stardiv.one.fo… 30 #define FM_COMPONENT_TEXTFIELD rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "stardiv.one.fo… 31 #define FM_COMPONENT_LISTBOX rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "stardiv.one.fo… 32 #define FM_COMPONENT_COMBOBOX rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "stardiv.one.fo… 33 #define FM_COMPONENT_RADIOBUTTON rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "stardiv.one.fo… 34 #define FM_COMPONENT_GROUPBOX rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "stardiv.one.fo… 35 #define FM_COMPONENT_FIXEDTEXT rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "stardiv.one.fo… 36 #define FM_COMPONENT_COMMANDBUTTON rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "stardiv.one.fo… 37 #define FM_COMPONENT_CHECKBOX rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "stardiv.one.fo… [all …]
|
| /trunk/main/stoc/test/ |
| H A D | testregistry.cxx | 166 RTL_CONSTASCII_USTRINGPARAM("simplereg.uno" SAL_DLLEXTENSION) ); in test_SimpleRegistry() 204 …TEST_ENSHURE( xServInfo->supportsService(OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.regis… in test_SimpleRegistry() 223 …Reference<XRegistryKey> xKey = xRootKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("FirstKey… in test_SimpleRegistry() 225 …Reference<XRegistryKey> xSubKey = xKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("FirstSubK… in test_SimpleRegistry() 228 xSubKey = xKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("SecondSubKey") )); in test_SimpleRegistry() 229 xSubKey->setAsciiValue(OUString( RTL_CONSTASCII_USTRINGPARAM("ich bin ein ascii value") )); in test_SimpleRegistry() 231 xSubKey = xKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("ThirdSubKey") )); in test_SimpleRegistry() 232 … xSubKey->setStringValue(OUString( RTL_CONSTASCII_USTRINGPARAM("ich bin ein unicode value") )); in test_SimpleRegistry() 234 xSubKey = xKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("FourthSubKey") )); in test_SimpleRegistry() 247 if (name == OUString( RTL_CONSTASCII_USTRINGPARAM("/FirstKey/FirstSubKey") )) in test_SimpleRegistry() [all …]
|
| /trunk/main/svtools/workben/ |
| H A D | svdem.cxx | 236 rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "applicat.rdb" ) ), sal_True ); in Main() 248 aMainWin.SetText( XubString( RTL_CONSTASCII_USTRINGPARAM( "SVTOOLS - Workbench" ) ) ); in Main() 268 SetText( XubString( RTL_CONSTASCII_USTRINGPARAM( "Bitmap-Viewer" ) ) ); in ShowBitmap() 369 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_NONE" ) ) ); in MyFontDialog() 370 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_SINGLE" ) ) ); in MyFontDialog() 371 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_DOUBLE" ) ) ); in MyFontDialog() 372 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_DOTTED" ) ) ); in MyFontDialog() 373 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_DONTKNOW" ) ) ); in MyFontDialog() 374 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_DASH" ) ) ); in MyFontDialog() 375 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_LONGDASH" ) ) ); in MyFontDialog() [all …]
|
| /trunk/main/package/source/xstor/ |
| H A D | xstorage.cxx | 108 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno… in completeStorageStreamCopy_Impl() 112 …throw io::IOException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Refe… in completeStorageStreamCopy_Impl() 116 …throw io::IOException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Refe… in completeStorageStreamCopy_Impl() 122 aPropNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Compressed" ) ); in completeStorageStreamCopy_Impl() 127 aPropNames[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "MediaType" ) ); in completeStorageStreamCopy_Impl() 128 …aPropNames[2] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "UseCommonStoragePasswordEncryption"… in completeStorageStreamCopy_Impl() 138 aPropNames[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "MediaType" ) ); in completeStorageStreamCopy_Impl() 149 …xFactory->createInstance ( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.io.TempFile… in GetSeekableTempCopy() 154 …throw io::IOException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Refe… in GetSeekableTempCopy() 318 … AddLog( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Quiet exception" ) ) ); in ~OStorage_Impl() [all …]
|
| /trunk/main/ucb/source/ucp/hierarchy/ |
| H A D | hierarchycontentcaps.cxx | 111 RTL_CONSTASCII_USTRINGPARAM( "ContentType" ) ), in getProperties() 119 RTL_CONSTASCII_USTRINGPARAM( "IsDocument" ) ), in getProperties() 126 rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsFolder" ) ), in getProperties() 133 rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Title" ) ), in getProperties() 143 rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "TargetURL" ) ), in getProperties() 150 rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( in getProperties() 172 RTL_CONSTASCII_USTRINGPARAM( "ContentType" ) ), in getProperties() 180 RTL_CONSTASCII_USTRINGPARAM( "IsDocument" ) ), in getProperties() 187 rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsFolder" ) ), in getProperties() 194 rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Title" ) ), in getProperties() [all …]
|
| /trunk/main/package/source/package/manifest/ |
| H A D | ManifestExport.cxx | 47 …const ::rtl::OUString sFileEntryElement ( RTL_CONSTASCII_USTRINGPARAM ( ELEMENT_FILE_ENTRY ) ); in ManifestExport() 48 … const ::rtl::OUString sManifestElement ( RTL_CONSTASCII_USTRINGPARAM ( ELEMENT_MANIFEST ) ); in ManifestExport() 49 …const ::rtl::OUString sEncryptionDataElement( RTL_CONSTASCII_USTRINGPARAM ( ELEMENT_ENCRYPTION_DAT… in ManifestExport() 50 … const ::rtl::OUString sAlgorithmElement ( RTL_CONSTASCII_USTRINGPARAM ( ELEMENT_ALGORITHM ) ); in ManifestExport() 51 …const ::rtl::OUString sStartKeyGenerationElement ( RTL_CONSTASCII_USTRINGPARAM ( ELEMENT_START_KEY… in ManifestExport() 52 …const ::rtl::OUString sKeyDerivationElement ( RTL_CONSTASCII_USTRINGPARAM ( ELEMENT_KEY_DERIVATION… in ManifestExport() 54 const ::rtl::OUString sCdataAttribute ( RTL_CONSTASCII_USTRINGPARAM ( ATTRIBUTE_CDATA ) ); in ManifestExport() 55 …const ::rtl::OUString sMediaTypeAttribute ( RTL_CONSTASCII_USTRINGPARAM ( ATTRIBUTE_MEDIA_TYPE )… in ManifestExport() 56 … const ::rtl::OUString sVersionAttribute ( RTL_CONSTASCII_USTRINGPARAM ( ATTRIBUTE_VERSION ) ); in ManifestExport() 57 …const ::rtl::OUString sFullPathAttribute ( RTL_CONSTASCII_USTRINGPARAM ( ATTRIBUTE_FULL_PATH ) … in ManifestExport() [all …]
|
| /trunk/main/stoc/source/javavm/ |
| H A D | javavm.cxx | 88 #define OUSTR(x) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( x )) 221 return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( in serviceGetImplementationName() 228 RTL_CONSTASCII_USTRINGPARAM("com.sun.star.java.JavaVirtualMachine")); in serviceGetSupportedServiceNames() 279 RTL_CONSTASCII_USTRINGPARAM( in askForRetry() 300 … rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.configuration.ConfigurationRegistry")), in getINetPropsFromConfig() 302 …fRegistry.is()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("javavm… in getINetPropsFromConfig() 305 …ry_simple.is()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("javavm… in getINetPropsFromConfig() 307 …xConfRegistry_simple->open(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("org.openoffice.Inet")), sal_… in getINetPropsFromConfig() 311 …istryKey> proxyEnable= xRegistryRootKey->openKey(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Settin… in getINetPropsFromConfig() 315 …ryKey> ftpProxy_name = xRegistryRootKey->openKey(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Settin… in getINetPropsFromConfig() [all …]
|
| /trunk/main/ucb/source/ucp/tdoc/ |
| H A D | tdoc_contentcaps.cxx | 120 RTL_CONSTASCII_USTRINGPARAM( "ContentType" ) ), in getProperties() 128 RTL_CONSTASCII_USTRINGPARAM( "IsDocument" ) ), in getProperties() 135 rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsFolder" ) ), in getProperties() 142 rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Title" ) ), in getProperties() 151 rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( in getProperties() 180 RTL_CONSTASCII_USTRINGPARAM( "ContentType" ) ), in getProperties() 188 RTL_CONSTASCII_USTRINGPARAM( "IsDocument" ) ), in getProperties() 195 rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsFolder" ) ), in getProperties() 202 rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Title" ) ), in getProperties() 211 rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( in getProperties() [all …]
|
| /trunk/main/tools/workben/ |
| H A D | urltest.cxx | 246 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("test_getSegmentCount")), in test_getSegmentCount() 259 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("test_insertName")), in test_insertName() 265 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("test_insertName")), in test_insertName() 277 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("test_removeSegment")), in test_removeSegment() 280 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("test_removeSegment")), in test_removeSegment() 644 aObj.setFSysPath(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("a:")), in main() 655 aObj.setFSysPath(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( in main() 667 aObj.setFSysPath(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( in main() 696 RTL_CONSTASCII_USTRINGPARAM( in main() 700 RTL_CONSTASCII_USTRINGPARAM( in main() [all …]
|
| /trunk/main/stoc/test/registry_tdprovider/ |
| H A D | testregistrytdprovider.cxx | 136 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Registry"))); in run() 140 RTL_CONSTASCII_USTRINGPARAM( in run() 155 RTL_CONSTASCII_USTRINGPARAM("[][]boolean")))); in run() 160 RTL_CONSTASCII_USTRINGPARAM( in run() 166 RTL_CONSTASCII_USTRINGPARAM( in run() 174 RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.Exception"))), in run() 179 RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.Exception")), in run() 186 RTL_CONSTASCII_USTRINGPARAM( in run() 192 RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.RuntimeException")), in run() 196 RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.Exception")), in run() [all …]
|
| /trunk/main/embedserv/source/embed/ |
| H A D | guid.cxx | 34 return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "soffice.StarWriterDocument.6" ) ); in getStorageTypeFromGUID_Impl() 37 return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "opendocument.WriterDocument.1" ) ); in getStorageTypeFromGUID_Impl() 40 return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "soffice.StarCalcDocument.6" ) ); in getStorageTypeFromGUID_Impl() 43 return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "opendocument.CalcDocument.1" ) ); in getStorageTypeFromGUID_Impl() 46 return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "soffice.StarDrawDocument.6" ) ); in getStorageTypeFromGUID_Impl() 49 return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "opendocument.DrawDocument.1" ) ); in getStorageTypeFromGUID_Impl() 52 return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "soffice.StarImpressDocument.6" ) ); in getStorageTypeFromGUID_Impl() 55 return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "opendocument.ImpressDocument.1" ) ); in getStorageTypeFromGUID_Impl() 58 return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "soffice.StarMathDocument.6" ) ); in getStorageTypeFromGUID_Impl() 61 return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "opendocument.MathDocument.1" ) ); in getStorageTypeFromGUID_Impl() [all …]
|
| /trunk/main/ucb/source/ucp/package/ |
| H A D | pkgcontentcaps.cxx | 112 RTL_CONSTASCII_USTRINGPARAM( "ContentType" ) ), in getProperties() 120 RTL_CONSTASCII_USTRINGPARAM( "IsDocument" ) ), in getProperties() 127 rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsFolder" ) ), in getProperties() 134 rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Title" ) ), in getProperties() 144 rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "MediaType" ) ), in getProperties() 150 rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( in getProperties() 163 RTL_CONSTASCII_USTRINGPARAM( "HasEncryptedEntries" ) ), in getProperties() 187 RTL_CONSTASCII_USTRINGPARAM( "ContentType" ) ), in getProperties() 195 RTL_CONSTASCII_USTRINGPARAM( "IsDocument" ) ), in getProperties() 202 rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsFolder" ) ), in getProperties() [all …]
|
| /trunk/main/cppuhelper/test/bootstrap/ |
| H A D | bootstrap.test.cxx | 60 …uno::TypeDescription typeDescription(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.X… in s_check_object_is_in() 82 cppu::EnvGuard envGuard(uno::Environment(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_LB_UNO)) in s_test__loadSharedLibComponentFactory() 86 s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\t\tcouldn't get purpose env: \"")); in s_test__loadSharedLibComponentFactory() 88 s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\" - FAILURE\n")); in s_test__loadSharedLibComponentFactory() 97 … rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SAL_DLLPREFIX "TestComponent.uno" SAL_DLLEXTENSION)), in s_test__loadSharedLibComponentFactory() 99 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("")), in s_test__loadSharedLibComponentFactory() 101 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("file://../lib/")), in s_test__loadSharedLibComponentFactory() 103 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("impl.test.TestComponent")) + servicePurpose, in s_test__loadSharedLibComponentFactory() 111 s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\t\tgot no object - FAILURE\n")); in s_test__loadSharedLibComponentFactory() 117 …s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\t\tcouldn't find object in current purpos… in s_test__loadSharedLibComponentFactory() [all …]
|
| /trunk/main/svx/workben/ |
| H A D | edittest.cxx | 204 return String( RTL_CONSTASCII_USTRINGPARAM( "<Empty>" ) ); in CalcFieldValue() 227 return String( RTL_CONSTASCII_USTRINGPARAM( "???" ) ); in CalcFieldValue() 252 InfoBox( 0, String( RTL_CONSTASCII_USTRINGPARAM( "Feld selektiert!" ) ) ).Execute(); in FieldSelected() 282 SetText( String( RTL_CONSTASCII_USTRINGPARAM( "Another View..." ) ) ); in MyView() 450 pFileDialogBox->SetText( String( RTL_CONSTASCII_USTRINGPARAM( "Open" ) ) ); in EditMainWindow() 451 …pFileDialogBox->AddFilter( String( RTL_CONSTASCII_USTRINGPARAM( "Text" )), String( RTL_CONSTASCII_… in EditMainWindow() 452 …leDialogBox->AddFilter( String( RTL_CONSTASCII_USTRINGPARAM( "Rich Text Format" ) ), String( RTL_C… in EditMainWindow() 453 …pFileDialogBox->AddFilter( String( RTL_CONSTASCII_USTRINGPARAM( "HTML" ) ), String( RTL_CONSTASCII… in EditMainWindow() 454 pFileDialogBox->SetCurFilter( String( RTL_CONSTASCII_USTRINGPARAM( "Rich Text Format" ) ) ); in EditMainWindow() 457 pFileDialogBox2->SetText( String( RTL_CONSTASCII_USTRINGPARAM( "Save" ) ) ); in EditMainWindow() [all …]
|
| /trunk/main/cppuhelper/test/ |
| H A D | testpropshlp.cxx | 66 … Property( OUString( RTL_CONSTASCII_USTRINGPARAM("a") ), 0, getCppuType( (OUString *)0) , in getPropertyTable1() 68 Property( OUString( RTL_CONSTASCII_USTRINGPARAM("b") ), 1, getCppuCharType( ) , in getPropertyTable1() 70 … Property( OUString( RTL_CONSTASCII_USTRINGPARAM("c") ), 2, getCppuType( (sal_Int32*)0) , in getPropertyTable1() 72 … Property( OUString( RTL_CONSTASCII_USTRINGPARAM("d") ), 5, getCppuType( (double*)0) , in getPropertyTable1() 74 … Property( OUString( RTL_CONSTASCII_USTRINGPARAM("e") ), 7, getCppuBooleanType() , in getPropertyTable1() 76 … Property( OUString( RTL_CONSTASCII_USTRINGPARAM("f") ), 8, getCppuType( (Any*)0) , in getPropertyTable1() 95 … Property( OUString( RTL_CONSTASCII_USTRINGPARAM("f") ), 8, getCppuType( (Any *)0) , in getPropertyTable2() 97 Property( OUString( RTL_CONSTASCII_USTRINGPARAM("b") ), 1, getCppuCharType( ), in getPropertyTable2() 99 … Property( OUString( RTL_CONSTASCII_USTRINGPARAM("a") ), 0, getCppuType( (OUString*)0), in getPropertyTable2() 101 … Property( OUString( RTL_CONSTASCII_USTRINGPARAM("d") ), 5, getCppuType( (double*)0) , in getPropertyTable2() [all …]
|
| /trunk/main/sw/source/ui/vba/ |
| H A D | vbapagesetup.cxx | 66 …mxPageProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderIsOn"))) >>= isHe… in getHeaderDistance() 68 …mxPageProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderIsOn")), uno::mak… in getHeaderDistance() 89 …mxPageProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderIsOn"))) >>= isHe… in setHeaderDistance() 91 …mxPageProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderIsOn")), uno::mak… in setHeaderDistance() 93 …mxPageProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("TopMargin"))) >>= aktTo… in setHeaderDistance() 94 …mxPageProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderBodyDistance"))) … in setHeaderDistance() 95 …mxPageProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderHeight"))) >>= ak… in setHeaderDistance() 101 …mxPageProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("TopMargin")), uno::make… in setHeaderDistance() 102 …mxPageProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderBodyDistance")), … in setHeaderDistance() 103 …mxPageProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderHeight")), uno::m… in setHeaderDistance() [all …]
|
| /trunk/main/sal/test/unloading/ |
| H A D | unloadTest.cxx | 188 OUString lib1Name( RTL_CONSTASCII_USTRINGPARAM(LIBRARY1)); in test1() 191 OUString( RTL_CONSTASCII_USTRINGPARAM("applicat.rdb"))); in test1() 193 RTL_CONSTASCII_USTRINGPARAM(SERVICENAME1))); in test1() 201 … Any any_prop= xSet->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultContext"))); in test1() 210 OUString sSymbol( RTL_CONSTASCII_USTRINGPARAM("component_getFactory")); in test1() 225 OUString lib1Name( RTL_CONSTASCII_USTRINGPARAM(LIBRARY1)); in test2() 228 OUString( RTL_CONSTASCII_USTRINGPARAM("applicat.rdb"))); in test2() 231 RTL_CONSTASCII_USTRINGPARAM(SERVICENAME1))); in test2() 245 … Any any_prop= xSet->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultContext"))); in test2() 254 OUString sSymbol( RTL_CONSTASCII_USTRINGPARAM("component_getFactory")); in test2() [all …]
|
| /trunk/main/comphelper/inc/comphelper/ |
| H A D | documentconstants.hxx | 39 …METYPE_VND_SUN_XML_WRITER ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( MIMETY… 40 …METYPE_VND_SUN_XML_WRITER_WEB ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( MIMETY… 41 …METYPE_VND_SUN_XML_WRITER_GLOBAL ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( MIMETY… 42 …METYPE_VND_SUN_XML_DRAW ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( MIMETY… 43 …METYPE_VND_SUN_XML_IMPRESS ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( MIMETY… 44 …METYPE_VND_SUN_XML_CALC ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( MIMETY… 45 …METYPE_VND_SUN_XML_CHART ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( MIMETY… 46 …METYPE_VND_SUN_XML_MATH ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( MIMETY… 47 …METYPE_VND_SUN_XML_BASE ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( MIMETY… 55 …D_SUN_XML_WRITER_TEMPLATE ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( MIMETY… [all …]
|
| /trunk/main/configmgr/qa/unit/ |
| H A D | test.cxx | 200 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("fish")), in iteration() 201 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("chips")), in iteration() 202 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("kippers")), in iteration() 203 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("bloaters")) }; in iteration() 246 RTL_CONSTASCII_USTRINGPARAM( in test() 251 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Label")), this); in test() 297 RTL_CONSTASCII_USTRINGPARAM( in step() 300 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Label")), in step() 301 css::uno::makeAny(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("step")))); in step() 323 RTL_CONSTASCII_USTRINGPARAM( in step() [all …]
|