Home
last modified time | relevance | path

Searched refs:pEng (Results 1 – 21 of 21) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dcolrowba.hxx36 ScHeaderFunctionSet* pFuncSet, ScHeaderSelectionEngine* pEng,
66 ScHeaderFunctionSet* pFuncSet, ScHeaderSelectionEngine* pEng,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dcolrowba.hxx37 ScHeaderFunctionSet* pFuncSet, ScHeaderSelectionEngine* pEng,
67 ScHeaderFunctionSet* pFuncSet, ScHeaderSelectionEngine* pEng,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dcolrowba.cxx56 ScHeaderFunctionSet* pFuncSet, ScHeaderSelectionEngine* pEng, in ScColBar() argument
58 … ScHeaderControl( pParent, pEng, pTab->GetViewData().GetDocument().MaxCol()+1, false, pTab ), in ScColBar()
216 ScHeaderFunctionSet* pFuncSet, ScHeaderSelectionEngine* pEng, in ScRowBar() argument
218 … ScHeaderControl( pParent, pEng, pTab->GetViewData().GetDocument().MaxRow()+1, true, pTab ), in ScRowBar()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dcolrowba.cxx52 ScHeaderFunctionSet* pFuncSet, ScHeaderSelectionEngine* pEng, in ScColBar() argument
54 … ScHeaderControl( pParent, pEng, pTab->GetViewData().GetDocument()->MaxCol()+1, false, pTab ), in ScColBar()
212 ScHeaderFunctionSet* pFuncSet, ScHeaderSelectionEngine* pEng, in ScRowBar() argument
214 … ScHeaderControl( pParent, pEng, pTab->GetViewData().GetDocument()->MaxRow()+1, true, pTab ), in ScRowBar()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Deditutil.hxx96 ScEditAttrTester( ScEditEngineDefaulter* pEng );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Deditutil.hxx99 ScEditAttrTester( ScEditEngineDefaulter* pEng );
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dtextview.hxx123 TextView( ExtTextEngine* pEng, vcl::Window* pWindow );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dtextview.hxx125 TextView( ExtTextEngine* pEng, vcl::Window* pWindow );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/editeng/
H A Deditview.hxx138 EditView( EditEngine* pEng, vcl::Window* pWindow );
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/editeng/
H A Deditview.hxx166 EditView( EditEngine* pEng, vcl::Window* pWindow );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Deditutil.cxx374 ScEditAttrTester::ScEditAttrTester( ScEditEngineDefaulter* pEng ) : in ScEditAttrTester() argument
375 pEngine( pEng ), in ScEditAttrTester()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Dimpedit.cxx68 ImpEditView::ImpEditView( EditView* pView, EditEngine* pEng, vcl::Window* pWindow ) : in ImpEditView() argument
69 aOutArea( Point(), pEng->GetPaperSize() ) in ImpEditView()
72 pEditEngine = pEng; in ImpEditView()
89 aEditSelection.Min() = pEng->GetEditDoc().GetStartPaM(); in ImpEditView()
90 aEditSelection.Max() = pEng->GetEditDoc().GetEndPaM(); in ImpEditView()
H A Deditview.cxx165 EditView::EditView( EditEngine* pEng, vcl::Window* pWindow ) in EditView() argument
167 pImpEditView.reset( new ImpEditView( this, pEng, pWindow ) ); in EditView()
H A Dimpedit.hxx304 ImpEditView( EditView* pView, EditEngine* pEng, vcl::Window* pWindow );
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Dimpedit.cxx181 ImpEditView::ImpEditView( EditView* pView, EditEngine* pEng, vcl::Window* pWindow ) : in ImpEditView() argument
185 pEditEngine(pEng), in ImpEditView()
196 aOutArea( Point(), pEng->GetPaperSize() ), in ImpEditView()
203 aEditSelection.Min() = pEng->GetEditDoc().GetStartPaM(); in ImpEditView()
204 aEditSelection.Max() = pEng->GetEditDoc().GetEndPaM(); in ImpEditView()
H A Deditview.cxx157 EditView::EditView( EditEngine* pEng, vcl::Window* pWindow ) in EditView() argument
159 pImpEditView.reset( new ImpEditView( this, pEng, pWindow ) ); in EditView()
H A Dimpedit.hxx344 ImpEditView( EditView* pView, EditEngine* pEng, vcl::Window* pWindow );
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/edit/
H A Dtextview.cxx148 TextView::TextView( ExtTextEngine* pEng, vcl::Window* pWindow ) : in TextView() argument
154 mpImpl->mpTextEngine = pEng; in TextView()
175 …pWindow->SetInputContext( InputContext( pEng->GetFont(), InputContextFlags::Text|InputContextFlags… in TextView()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/edit/
H A Dtextview.cxx148 TextView::TextView( ExtTextEngine* pEng, vcl::Window* pWindow ) : in TextView() argument
154 mpImpl->mpTextEngine = pEng; in TextView()
176 …pWindow->SetInputContext( InputContext( pEng->GetFont(), InputContextFlags::Text|InputContextFlags… in TextView()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/app/
H A Dinputhdl.cxx623 static OUString GetEditText(const EditEngine* pEng) in GetEditText() argument
625 return ScEditUtil::GetSpaceDelimitedString(*pEng); in GetEditText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/app/
H A Dinputhdl.cxx648 static OUString GetEditText(const EditEngine* pEng) in GetEditText() argument
650 return ScEditUtil::GetSpaceDelimitedString(*pEng); in GetEditText()