Lines Matching refs:C2S
53 #define C2S(s) ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
67 sLogFile += C2S("/Current.csv"); in lcl_doesLogfileExist()
97 m_aInfoFI.SetURL( C2S( "www.sun.com/privacy/" ) ); in SvxImprovementOptionsPage()
136 C2S("com.sun.star.frame.Desktop") ), uno::UNO_QUERY ); in IMPL_LINK()
140 sLogFile += C2S("/Current.csv"); in IMPL_LINK()
150 xDesktop, sLogFile, C2S("_default"), 0, aArgs ); in IMPL_LINK()
174 xSMGR, C2S("/org.openoffice.Office.OOoImprovement.Settings"), in FillItemSet()
177 xConfig, C2S("Participation"), C2S("ShowedInvitation"), uno::makeAny( true ) ); in FillItemSet()
179 …xConfig, C2S("Participation"), C2S("InvitationAccepted"), uno::makeAny( m_aYesRB.IsChecked() != sa… in FillItemSet()
196 xSMGR->createInstance( C2S("com.sun.star.oooimprovement.Core") ), in Reset()
204 xSMGR, C2S("/org.openoffice.Office.OOoImprovement.Settings"), in Reset()
210 readRelativeKey( xConfig, C2S("Participation"), C2S("ShowedInvitation") ); in Reset()
215 readRelativeKey( xConfig, C2S("Participation"), C2S("InvitationAccepted") ); in Reset()
226 readRelativeKey( xConfig, C2S("Participation"), C2S("HelpUrl") ); in Reset()
232 readRelativeKey( xConfig, C2S("Counters"), C2S("UploadedReports") ); in Reset()
236 readRelativeKey( xConfig, C2S("Counters"), C2S("LoggedEvents") ); in Reset()
246 xSMGR, C2S("/org.openoffice.Office.Logging"), C2S("OOoImprovement"), in Reset()
247 C2S("LogPath"), ::comphelper::ConfigurationHelper::E_READONLY ); in Reset()
251 xSMGR->createInstance( C2S("com.sun.star.util.PathSubstitution") ), in Reset()