Lines Matching refs:ASCII_STR

110 #define ASCII_STR(s)					::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(s) )  macro
111 #define VIEWSETTING_NEWFROMTEMPLATE ASCII_STR("NewFromTemplate")
112 #define VIEWSETTING_SELECTEDGROUP ASCII_STR("SelectedGroup")
113 #define VIEWSETTING_SELECTEDVIEW ASCII_STR("SelectedView")
114 #define VIEWSETTING_SPLITRATIO ASCII_STR("SplitRatio")
115 #define VIEWSETTING_LASTFOLDER ASCII_STR("LastFolder")
271 ASCII_STR("com.sun.star.script.Converter")), in fill()
328 aNewDocumentRootURL( ASCII_STR("private:newdoc") ), in SvtIconWindow_Impl()
331 SubstituteVariable( String( ASCII_STR("$(insturl)/share/samples/$(vlang)") ) ) ), in SvtIconWindow_Impl()
345 createInstance( ASCII_STR("com.sun.star.frame.DocumentTemplates") ), UNO_QUERY ); in SvtIconWindow_Impl()
646 ::rtl::OUString sSeparator( ASCII_STR("private:separator") ); in GetNewDocContents()
647 ::rtl::OUString sSlotURL( ASCII_STR("slot:5500") ); in GetNewDocContents()
826 createInstance( ASCII_STR("com.sun.star.frame.Frame") ), UNO_QUERY ); in SvtFrameWindow_Impl()
832 ASCII_STR("com.sun.star.document.DocumentProperties") ), in SvtFrameWindow_Impl()
936 createInstance( ASCII_STR("com.sun.star.util.URLTransformer" ) ), UNO_QUERY ); in OpenFile()
942 aTarget = ASCII_STR("_self"); in OpenFile()
949 aTarget = ASCII_STR("_default"); in OpenFile()
951 createInstance( ASCII_STR("com.sun.star.frame.Desktop") ), UNO_QUERY ); in OpenFile()
972 aArgs[0].Name = ASCII_STR("Preview"); in OpenFile()
974 aArgs[1].Name = ASCII_STR("ReadOnly"); in OpenFile()
976 aArgs[2].Name = ASCII_STR("AsTemplate"); // prevents getting an empty URL with getURL()! in OpenFile()
1010 aArgs[0].Name = ASCII_STR("AsTemplate"); in OpenFile()
1213 aArgs[0].Name = ASCII_STR("ReadOnly"); in PrintFile()
1215 aArgs[1].Name = ASCII_STR("Hidden"); in PrintFile()
1219 createInstance( ASCII_STR("com.sun.star.frame.Desktop") ), UNO_QUERY ); in PrintFile()
1221 rURL, ASCII_STR("_blank"), 0, aArgs ), UNO_QUERY ); in PrintFile()
1863 aNewTitle += String( ASCII_STR(" - ") ); in IMPL_LINK()
1912 createInstance( ASCII_STR("com.sun.star.frame.Desktop") ), UNO_QUERY ); in IMPL_LINK()
1918 aTargetURL.Complete = ASCII_STR("slot:5540"); in IMPL_LINK()
1920 createInstance( ASCII_STR("com.sun.star.util.URLTransformer") ), UNO_QUERY ); in IMPL_LINK()
1931 pArg[0].Name = ASCII_STR("Referer"); in IMPL_LINK()
1932 pArg[0].Value <<= ASCII_STR("private:user"); in IMPL_LINK()
1946 createInstance( ASCII_STR("com.sun.star.frame.DocumentTemplates") ), UNO_QUERY ); in IMPL_LINK()