Home
last modified time | relevance | path

Searched refs:utl (Results 151 – 175 of 957) sorted by relevance

12345678910>>...39

/trunk/main/unotools/inc/unotools/
H A Dsyslocaleoptions.hxx46 class UNOTOOLS_DLLPUBLIC SvtSysLocaleOptions: public utl::detail::Options
52 virtual void ConfigurationChanged( utl::ConfigurationBroadcaster* p, sal_uInt32 nHint );
/trunk/main/sot/source/sdstor/
H A Dunostorageholder.hxx41 ::utl::TempFile* m_pTempFile; // temporary file used by duplicate storage
47 ::utl::TempFile* pTempFile );
/trunk/main/sw/source/ui/utlui/
H A Dnavicfg.cxx37 using namespace ::utl;
70 utl::ConfigItem(C2U("Office.Writer/Navigator")), in SwNavigationConfig()
/trunk/main/svtools/source/toolpanel/
H A Dtoolpaneldrawerpeer.cxx73 virtual void FillAccessibleStateSet( ::utl::AccessibleStateSetHelper& i_rStateSet );
98 …void ToolPanelDrawerContext::FillAccessibleStateSet( ::utl::AccessibleStateSetHelper& i_rStateSet ) in FillAccessibleStateSet()
/trunk/main/padmin/source/
H A Dpamain.cxx70 Any aRet = utl::ConfigManager::GetDirectConfigProperty( utl::ConfigManager::PRODUCTNAME ); in ReadStringHook()
/trunk/main/linguistic/source/
H A Dconvdicxml.hxx57 SvXMLExport ( utl::getProcessServiceFactory(), rFileName, rHandler ), in ConvDicXMLExport()
96 SvXMLImport ( utl::getProcessServiceFactory(), IMPORT_ALL ), in ConvDicXMLImport()
H A Dlngsvcmgr.cxx89 uno::Reference< lang::XMultiServiceFactory > xFac( utl::getProcessServiceFactory() ); in GetAvailLocales()
576 utl::ConfigItem( String::CreateFromAscii( "Office.Linguistic" ) ), in LngSvcMgr()
810 utl::getProcessServiceFactory(), uno::UNO_QUERY_THROW ); in GetGrammarCheckerDsp_Impl()
861 uno::Reference< lang::XMultiServiceFactory > xFac( utl::getProcessServiceFactory() ); in GetAvailableSpellSvcs_Impl()
927 uno::Reference< lang::XMultiServiceFactory > xFac( utl::getProcessServiceFactory() ); in GetAvailableGrammarSvcs_Impl()
992 uno::Reference< lang::XMultiServiceFactory > xFac( utl::getProcessServiceFactory() ); in GetAvailableHyphSvcs_Impl()
1058 uno::Reference< lang::XMultiServiceFactory > xFac( utl::getProcessServiceFactory() ); in GetAvailableThesSvcs_Impl()
/trunk/main/cui/source/options/
H A Dfontsubs.hxx32 namespace utl namespace
89 utl::SourceViewConfig* pSourceViewConfig;
/trunk/main/starmath/inc/
H A Dsmmod.hxx122 class SmModule : public SfxModule, utl::ConfigurationListener
142 virtual void ConfigurationChanged( utl::ConfigurationBroadcaster*, sal_uInt32 );
/trunk/main/xmlsecurity/tools/demo/
H A Dutil.cxx94 …uno::Reference< io::XInputStream > xInputStream = new utl::OInputStreamHelper( xLockBytes, nBytes … in OpenInputStream()
104 uno::Reference< io::XOutputStream > xOutputStream = new utl::OOutputStreamHelper( xLockBytes ); in OpenOutputStream()
/trunk/main/sw/inc/
H A DIDocumentContentOperations.hxx47 namespace utl { class TransliterationWrapper; } namespace
122 virtual void TransliterateText(const SwPaM& rPaM, utl::TransliterationWrapper&) = 0;
/trunk/main/editeng/inc/editeng/
H A Dacorrcfg.hxx35 class EDITENG_DLLPUBLIC SvxBaseAutoCorrCfg : public utl::ConfigItem
52 class EDITENG_DLLPUBLIC SvxSwAutoCorrCfg : public utl::ConfigItem
/trunk/main/sw/source/core/crsr/
H A Dpaminit.cxx38 /* fnSearch */ &utl::TextSearch::SearchFrwrd,
49 /* fnSearch */ &utl::TextSearch::SearchBkwrd,
/trunk/main/basic/source/inc/
H A Dsbintern.hxx31 namespace utl namespace
122 ::utl::TransliterationWrapper* pTransliterationWrapper; // For StrComp
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessibleradiobutton.hxx54 virtual void FillAccessibleRelationSet( utl::AccessibleRelationSetHelper& rRelationSet );
55 virtual void FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet );
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx400 if( ::utl::LocalFileHelper::ConvertPhysicalNameToURL( rFile, aTmp ) ) in Export()
450 ::utl::ConfigManager* pMgr = ::utl::ConfigManager::GetConfigManager(); in Export()
453 Any aProductName = pMgr->GetDirectConfigProperty( ::utl::ConfigManager::PRODUCTNAME ); in Export()
457 aProductName = pMgr->GetDirectConfigProperty( ::utl::ConfigManager::PRODUCTVERSION ); in Export()
/trunk/main/unotools/source/config/
H A Dconfigitem.cxx49 using namespace utl;
86 namespace utl{ namespace
109 utl::ConfigManager* pManager;
253 ConfigItem::ConfigItem(utl::ConfigManager& rManager, const rtl::OUString rSubTree) : in ConfigItem()
523 ::utl::splitLastFromConfigurationPath(sName,sPath,sProperty); in GetReadOnlyStates()
H A Dundoopt.cxx39 using namespace utl;
48 class SvtUndoOptions_Impl : public utl::ConfigItem
/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx236 sal_uLong nDocSize = ::utl::UCBContentHelper::GetSize( i_rURL ); in fill()
754 ::utl::UCBContentHelper::GetTitle( aFolderURL, aTitle ); in GetFolderTitle()
931 else if ( !::utl::UCBContentHelper::IsFolder( rURL ) ) in OpenFile()
1145 if ( ::utl::UCBContentHelper::IsFolder( aURL ) ) in IMPL_LINK()
1176 sal_Bool bIsFile = ( sURL.Len() != 0 && !::utl::UCBContentHelper::IsFolder( sURL ) && in IMPL_LINK()
1452 sal_Bool bRet = ( aURL.Len() > 0 && !::utl::UCBContentHelper::IsFolder( aURL ) ); in IsFileSelected()
1461 if ( aURL.Len() > 0 && !::utl::UCBContentHelper::IsFolder( aURL ) ) in OpenFile()
/trunk/main/sc/source/filter/inc/
H A Dxcl97esc.hxx37 namespace utl { class TempFile; } namespace
53 ::std::auto_ptr< ::utl::TempFile > mxPicTempFile;
/trunk/main/framework/source/fwe/xml/
H A Deventsconfiguration.cxx92 (::cppu::OWeakObject *)new utl::OInputStreamWrapper( rInStream ), in LoadEventsConfig()
134 (::cppu::OWeakObject *)new utl::OOutputStreamWrapper( rOutStream ), in StoreEventsConfig()
/trunk/main/chart2/source/tools/
H A DConfigColorScheme.cxx60 class ChartConfigItem : public ::utl::ConfigItem
81 ::utl::ConfigItem( C2U("Office.Chart/DefaultColor")), in ChartConfigItem()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox3.cxx47 using namespace utl;
331 ::utl::AccessibleStateSetHelper& rStateSet, in FillAccessibleStateSet()
390 void BrowseBox::FillAccessibleStateSetForCell( ::utl::AccessibleStateSetHelper& _rStateSet, in FillAccessibleStateSetForCell()
/trunk/main/svtools/source/table/
H A Dtablecontrol.cxx43 using namespace utl;
442 ::utl::AccessibleStateSetHelper& rStateSet, in FillAccessibleStateSet()
615 …void TableControl::FillAccessibleStateSetForCell( ::utl::AccessibleStateSetHelper& _rStateSet, sal… in FillAccessibleStateSetForCell()
/trunk/main/sc/inc/
H A Dchgviset.hxx35 namespace utl { namespace
45 utl::TextSearch* pCommentSearcher;

Completed in 111 milliseconds

12345678910>>...39