Home
last modified time | relevance | path

Searched refs:xHyphenator (Results 1 – 18 of 18) sorted by last modified time

/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx462 ::com::sun::star::linguistic2::XHyphenator > xHyphenator;
914 GetHyphenator() const { return xHyphenator; } in GetHyphenator()
917 { xHyphenator = xHyph; } in SetHyphenator()
H A Dimpedit3.cxx1870 if (xHyphenator.is()) in ImpBreakLine()
1871 …xHyphWord = xHyphenator->hyphenate( aWord, aLocale, aWord.Len() - nMinTrail, Sequence< PropertyVal… in ImpBreakLine()
/trunk/main/sd/source/core/
H A Ddrawdoc.cxx264 Reference< XHyphenator > xHyphenator( LinguMgr::GetHyphenator() ); in SdDrawDocument() local
265 if( xHyphenator.is() ) in SdDrawDocument()
266 rOutliner.SetHyphenator( xHyphenator ); in SdDrawDocument()
321 Reference< XHyphenator > xHyphenator( LinguMgr::GetHyphenator() ); in SdDrawDocument() local
322 if( xHyphenator.is() ) in SdDrawDocument()
323 pHitTestOutliner->SetHyphenator( xHyphenator ); in SdDrawDocument()
H A Ddrawdoc4.cxx831 Reference< XHyphenator > xHyphenator( LinguMgr::GetHyphenator() ); in StartOnlineSpelling() local
832 if( xHyphenator.is() ) in StartOnlineSpelling()
833 pOutl->SetHyphenator( xHyphenator ); in StartOnlineSpelling()
/trunk/main/sd/source/ui/view/
H A Dsdview.cxx772 Reference< linguistic2::XHyphenator > xHyphenator( LinguMgr::GetHyphenator() ); in SdrBeginTextEdit() local
773 if( xHyphenator.is() ) in SdrBeginTextEdit()
774 pOutl->SetHyphenator( xHyphenator ); in SdrBeginTextEdit()
H A DOutliner.cxx233 Reference< XHyphenator > xHyphenator( LinguMgr::GetHyphenator() ); in Outliner() local
234 if( xHyphenator.is() ) in Outliner()
235 SetHyphenator( xHyphenator ); in Outliner()
/trunk/main/cui/source/dialogs/
H A Dhyphen.cxx118 uno::Reference< linguistic2::XHyphenator > xHyphenator; member
180 xHyphenator ( NULL ), in SvxHyphenWordDialog_Impl()
192 xHyphenator = xHyphen; in SvxHyphenWordDialog_Impl()
358 if (xHyphenator.is()) in InitControls_Impl()
361 xPossHyph = xHyphenator->createPossibleHyphens( aActWord, aLocale, in InitControls_Impl()
621 if (!m_pImpl->xHyphenator.is()) in SvxHyphenWordDialog()
/trunk/main/sw/source/ui/uiview/
H A Dviewdraw.cxx530 uno::Reference<linguistic2::XHyphenator> xHyphenator( ::GetHyphenator() ); in BeginTextEdit() local
531 pOutliner->SetHyphenator( xHyphenator ); in BeginTextEdit()
/trunk/main/sw/source/ui/app/
H A Ddocshdrw.cxx83 uno::Reference<linguistic2::XHyphenator> xHyphenator(::GetHyphenator()); in InitDrawModelAndDocShell() local
86 rOutliner.SetHyphenator(xHyphenator); in InitDrawModelAndDocShell()
/trunk/main/sw/source/core/doc/
H A Ddocdraw.cxx643 uno::Reference<XHyphenator> xHyphenator( ::GetHyphenator() ); in InitDrawModel() local
644 rOutliner.SetHyphenator( xHyphenator ); in InitDrawModel()
/trunk/main/svx/source/unodraw/
H A Dunoshtxt.cxx626 …css::uno::Reference< css::linguistic2::XHyphenator > xHyphenator( m_xLinguServiceManager->getHyphe… in GetBackgroundTextForwarder() local
627 if( xHyphenator.is() ) in GetBackgroundTextForwarder()
628 mpOutliner->SetHyphenator( xHyphenator ); in GetBackgroundTextForwarder()
/trunk/main/svx/source/table/
H A Dcelleditsource.cxx530 Reference< XHyphenator > xHyphenator( mxLinguServiceManager->getHyphenator(), UNO_QUERY ); in GetBackgroundTextForwarder() local
531 if( xHyphenator.is() ) in GetBackgroundTextForwarder()
532 mpOutliner->SetHyphenator( xHyphenator ); in GetBackgroundTextForwarder()
/trunk/main/sd/source/ui/func/
H A Dfuthes.cxx122 Reference< XHyphenator > xHyphenator( LinguMgr::GetHyphenator() ); in DoExecute() local
123 if( xHyphenator.is() ) in DoExecute()
124 pOutliner->SetHyphenator( xHyphenator ); in DoExecute()
149 Reference< XHyphenator > xHyphenator( LinguMgr::GetHyphenator() ); in DoExecute() local
150 if( xHyphenator.is() ) in DoExecute()
151 pOutliner->SetHyphenator( xHyphenator ); in DoExecute()
/trunk/main/sc/source/ui/drawfunc/
H A Dfutext.cxx104 …com::sun::star::uno::Reference<com::sun::star::linguistic2::XHyphenator> xHyphenator( LinguMgr::Ge… in lcl_UpdateHyphenator() local
105 rOutliner.SetHyphenator( xHyphenator ); in lcl_UpdateHyphenator()
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx322 xHyphenator = LinguMgr::GetHyphenator(); in UseHyphenator() local
324 GetDrawOutliner().SetHyphenator( xHyphenator ); in UseHyphenator()
325 GetHitTestOutliner().SetHyphenator( xHyphenator ); in UseHyphenator()
/trunk/main/editeng/source/misc/
H A Dsplwrap.cxx189 Reference< XHyphenator > &xHyphenator, in SvxSpellWrapper()
192 xHyph ( xHyphenator ), in SvxSpellWrapper()
/trunk/main/editeng/inc/editeng/
H A Dsplwrap.hxx89 ::com::sun::star::linguistic2::XHyphenator > &xHyphenator,
/trunk/main/chart2/source/view/main/
H A DDrawModelWrapper.cxx163 uno::Reference< linguistic2::XHyphenator > xHyphenator( LinguMgr::GetHyphenator() ); in DrawModelWrapper() local
164 if( xHyphenator.is() ) in DrawModelWrapper()
165 rOutliner.SetHyphenator( xHyphenator ); in DrawModelWrapper()

Completed in 132 milliseconds