/aoo4110/main/sd/source/ui/func/ |
H A D | futhes.cxx | 122 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()
|
/aoo4110/main/cui/source/dialogs/ |
H A D | hyphen.cxx | 118 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()
|
/aoo4110/main/sd/source/core/ |
H A D | drawdoc.cxx | 265 Reference< XHyphenator > xHyphenator( LinguMgr::GetHyphenator() ); in SdDrawDocument() local 266 if( xHyphenator.is() ) in SdDrawDocument() 267 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 D | drawdoc4.cxx | 831 Reference< XHyphenator > xHyphenator( LinguMgr::GetHyphenator() ); in StartOnlineSpelling() local 832 if( xHyphenator.is() ) in StartOnlineSpelling() 833 pOutl->SetHyphenator( xHyphenator ); in StartOnlineSpelling()
|
/aoo4110/main/chart2/source/view/main/ |
H A D | DrawModelWrapper.cxx | 163 uno::Reference< linguistic2::XHyphenator > xHyphenator( LinguMgr::GetHyphenator() ); in DrawModelWrapper() local 164 if( xHyphenator.is() ) in DrawModelWrapper() 165 rOutliner.SetHyphenator( xHyphenator ); in DrawModelWrapper()
|
/aoo4110/main/sw/source/ui/app/ |
H A D | docshdrw.cxx | 72 uno::Reference<linguistic2::XHyphenator> xHyphenator( ::GetHyphenator() ); in InitDraw() local 73 rOutliner.SetHyphenator( xHyphenator ); in InitDraw()
|
/aoo4110/main/svx/source/table/ |
H A D | celleditsource.cxx | 530 Reference< XHyphenator > xHyphenator( mxLinguServiceManager->getHyphenator(), UNO_QUERY ); in GetBackgroundTextForwarder() local 531 if( xHyphenator.is() ) in GetBackgroundTextForwarder() 532 mpOutliner->SetHyphenator( xHyphenator ); in GetBackgroundTextForwarder()
|
/aoo4110/main/svx/source/unodraw/ |
H A D | unoshtxt.cxx | 626 …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()
|
/aoo4110/main/editeng/source/misc/ |
H A D | splwrap.cxx | 189 Reference< XHyphenator > &xHyphenator, in SvxSpellWrapper() 192 xHyph ( xHyphenator ), in SvxSpellWrapper()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | viewdraw.cxx | 530 uno::Reference<linguistic2::XHyphenator> xHyphenator( ::GetHyphenator() ); in BeginTextEdit() local 531 pOutliner->SetHyphenator( xHyphenator ); in BeginTextEdit()
|
/aoo4110/main/sc/source/ui/drawfunc/ |
H A D | futext.cxx | 104 …com::sun::star::uno::Reference<com::sun::star::linguistic2::XHyphenator> xHyphenator( LinguMgr::Ge… in lcl_UpdateHyphenator() local 105 rOutliner.SetHyphenator( xHyphenator ); in lcl_UpdateHyphenator()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | sdview.cxx | 772 Reference< linguistic2::XHyphenator > xHyphenator( LinguMgr::GetHyphenator() ); in SdrBeginTextEdit() local 773 if( xHyphenator.is() ) in SdrBeginTextEdit() 774 pOutl->SetHyphenator( xHyphenator ); in SdrBeginTextEdit()
|
H A D | Outliner.cxx | 233 Reference< XHyphenator > xHyphenator( LinguMgr::GetHyphenator() ); in Outliner() local 234 if( xHyphenator.is() ) in Outliner() 235 SetHyphenator( xHyphenator ); in Outliner()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docdraw.cxx | 671 uno::Reference<XHyphenator> xHyphenator( ::GetHyphenator() ); in InitDrawModel() local 672 rOutliner.SetHyphenator( xHyphenator ); in InitDrawModel()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit.hxx | 462 ::com::sun::star::linguistic2::XHyphenator > xHyphenator; 914 GetHyphenator() const { return xHyphenator; } in GetHyphenator() 917 { xHyphenator = xHyph; } in SetHyphenator()
|
H A D | impedit3.cxx | 1870 if (xHyphenator.is()) in ImpBreakLine() 1871 …xHyphWord = xHyphenator->hyphenate( aWord, aLocale, aWord.Len() - nMinTrail, Sequence< PropertyVal… in ImpBreakLine()
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | splwrap.hxx | 89 ::com::sun::star::linguistic2::XHyphenator > &xHyphenator,
|
/aoo4110/main/sc/source/core/data/ |
H A D | drwlayer.cxx | 322 xHyphenator = LinguMgr::GetHyphenator(); in UseHyphenator() local 324 GetDrawOutliner().SetHyphenator( xHyphenator ); in UseHyphenator() 325 GetHitTestOutliner().SetHyphenator( xHyphenator ); in UseHyphenator()
|