Lines Matching refs:UNISTRING

56 #define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s))  macro
85 xFactory->createInstance( UNISTRING( "com.sun.star.setup.UpdateCheckConfig" ) ), in SvxOnlineUpdateTabPage()
89 m_xUpdateAccess->getByName( UNISTRING( "DownloadSupported") ) >>= bDownloadSupported; in SvxOnlineUpdateTabPage()
122 m_xUpdateAccess->getByName( UNISTRING( "LastCheck") ) >>= lastChecked; in UpdateLastCheckedText()
163 sal_Int32 nIndex = aText.indexOf( UNISTRING( "%DATE%" ) ); in UpdateLastCheckedText()
167 nIndex = aText.indexOf( UNISTRING( "%TIME%" ) ); in UpdateLastCheckedText()
196 m_xUpdateAccess->replaceByName( UNISTRING("AutoCheckEnabled"), uno::makeAny( bValue ) ); in FillItemSet()
219 m_xUpdateAccess->replaceByName( UNISTRING("CheckInterval"), uno::makeAny( nValue ) ); in FillItemSet()
226 m_xUpdateAccess->replaceByName( UNISTRING("AutoDownloadEnabled"), uno::makeAny( bValue ) ); in FillItemSet()
231 m_xUpdateAccess->getByName( UNISTRING("DownloadDestination") ) >>= sValue; in FillItemSet()
236 m_xUpdateAccess->replaceByName( UNISTRING("DownloadDestination"), uno::makeAny( aURL ) ); in FillItemSet()
252 m_xUpdateAccess->getByName( UNISTRING("AutoCheckEnabled") ) >>= bValue; in Reset()
260 m_xUpdateAccess->getByName( UNISTRING("CheckInterval") ) >>= nValue; in Reset()
274 m_xUpdateAccess->getByName( UNISTRING("AutoDownloadEnabled") ) >>= bValue; in Reset()
281 m_xUpdateAccess->getByName( UNISTRING("DownloadDestination") ) >>= sValue; in Reset()
343 … xFactory->createInstance( UNISTRING( "com.sun.star.configuration.ConfigurationProvider" )), in IMPL_LINK()
347 aProperty.Name = UNISTRING( "nodepath" ); in IMPL_LINK()
348 …aProperty.Value = uno::makeAny( UNISTRING("org.openoffice.Office.Addons/AddonUI/OfficeHelp/UpdateC… in IMPL_LINK()
355 UNISTRING("com.sun.star.configuration.ConfigurationAccess"), aArgumentList ), in IMPL_LINK()
359 xNameAccess->getByName(UNISTRING("URL")) >>= aURL.Complete; in IMPL_LINK()
362 xFactory->createInstance( UNISTRING( "com.sun.star.util.URLTransformer" ) ), in IMPL_LINK()
368 xFactory->createInstance( UNISTRING( "com.sun.star.frame.Desktop" ) ), in IMPL_LINK()