Home
last modified time | relevance | path

Searched refs:ASCII_STR (Results 1 – 7 of 7) sorted by relevance

/AOO42X/main/svtools/source/contnr/
H A Dtemplwin.cxx107 #define ASCII_STR(s) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(s) ) macro
108 #define VIEWSETTING_NEWFROMTEMPLATE ASCII_STR("NewFromTemplate")
109 #define VIEWSETTING_SELECTEDGROUP ASCII_STR("SelectedGroup")
110 #define VIEWSETTING_SELECTEDVIEW ASCII_STR("SelectedView")
111 #define VIEWSETTING_SPLITRATIO ASCII_STR("SplitRatio")
112 #define VIEWSETTING_LASTFOLDER ASCII_STR("LastFolder")
268 ASCII_STR("com.sun.star.script.Converter")), in fill()
325 aNewDocumentRootURL( ASCII_STR("private:newdoc") ), in SvtIconWindow_Impl()
328 SubstituteVariable( String( ASCII_STR("$(insturl)/share/samples/$(vlang)") ) ) ), in SvtIconWindow_Impl()
342 createInstance( ASCII_STR("com.sun.star.frame.DocumentTemplates") ), UNO_QUERY ); in SvtIconWindow_Impl()
[all …]
/AOO42X/main/svl/source/config/
H A Dctloptions.cxx45 #define ASCII_STR(s) rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(s) ) macro
124 utl::ConfigItem( ASCII_STR("Office.Common/I18N/CTL") ), in SvtCTLOptions_Impl()
252 pNames[0] = ASCII_STR("CTLFont"); in Load()
253 pNames[1] = ASCII_STR("CTLSequenceChecking"); in Load()
254 pNames[2] = ASCII_STR("CTLCursorMovement"); in Load()
255 pNames[3] = ASCII_STR("CTLTextNumerals"); in Load()
256 pNames[4] = ASCII_STR("CTLSequenceCheckingRestricted"); in Load()
257 pNames[5] = ASCII_STR("CTLSequenceCheckingTypeAndReplace"); in Load()
/AOO42X/main/svtools/source/config/
H A Dmiscopt.cxx61 #define ASCII_STR(s) OUString( RTL_CONSTASCII_USTRINGPARAM(s) ) macro
62 #define ROOTNODE_MISC ASCII_STR("Office.Common/Misc")
65 #define PROPERTYNAME_PLUGINSENABLED ASCII_STR("PluginsEnabled")
67 #define PROPERTYNAME_SYMBOLSET ASCII_STR("SymbolSet")
69 #define PROPERTYNAME_TOOLBOXSTYLE ASCII_STR("ToolboxStyle")
71 #define PROPERTYNAME_USESYSTEMFILEDIALOG ASCII_STR("UseSystemFileDialog")
73 #define PROPERTYNAME_SYMBOLSTYLE ASCII_STR("SymbolStyle")
75 #define PROPERTYNAME_USESYSTEMPRINTDIALOG ASCII_STR("UseSystemPrintDialog")
/AOO42X/main/unotools/source/config/
H A Ddefaultoptions.cxx51 #define ASCII_STR(s) OUString( RTL_CONSTASCII_USTRINGPARAM(s) ) macro
230 SvtDefaultOptions_Impl::SvtDefaultOptions_Impl() : ConfigItem( ASCII_STR("Office.Common/Path/Defaul… in SvtDefaultOptions_Impl()
H A Dpathoptions.cxx72 #define ASCII_STR(s) OUString( RTL_CONSTASCII_USTRINGPARAM(s) ) macro
74 #define SIGN_STARTVARIABLE ASCII_STR("$(")
75 #define SIGN_ENDVARIABLE ASCII_STR(")")
/AOO42X/main/framework/source/services/
H A Dsubstitutepathvars.cxx74 #define ASCII_STR( val ) rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( val )) macro
79 #define SIGN_STARTVARIABLE ASCII_STR("$(")
80 #define SIGN_ENDVARIABLE ASCII_STR(")")
/AOO42X/main/sw/source/ui/config/
H A Doptcomp.cxx57 #define ASCII_STR(s) OUString( RTL_CONSTASCII_USTRINGPARAM( s ) ) macro
59 #define USER_ENTRY ASCII_STR( "_user" )