/trunk/main/editeng/source/editeng/ |
H A D | editsel.cxx | 38 pCurView = NULL; in EditSelFunctionSet() 43 if ( pCurView ) in CreateAnchor() 44 pCurView->pImpEditView->CreateAnchor(); in CreateAnchor() 54 if ( pCurView ) in SetCursorAtPoint() 55 return pCurView->pImpEditView->SetCursorAtPoint( rPointPixel ); in SetCursorAtPoint() 62 if ( pCurView ) in IsSelectionAtPoint() 63 return pCurView->pImpEditView->IsSelectionAtPoint( rPointPixel ); in IsSelectionAtPoint() 83 if ( pCurView ) in DeselectAll() 84 pCurView->pImpEditView->DeselectAll(); in DeselectAll()
|
H A D | editsel.hxx | 37 EditView* pCurView; member in EditSelFunctionSet 53 void SetCurView( EditView* pView ) { pCurView = pView; } in SetCurView() 54 EditView* GetCurView() { return pCurView; } in GetCurView()
|
H A D | impedit.hxx | 715 void SetUpdateMode( sal_Bool bUp, EditView* pCurView = 0, sal_Bool bForceUpdate = sal_False ); 753 void UpdateViews( EditView* pCurView = 0 ); 802 EditSelection MoveParagraphs( Range aParagraphs, sal_uInt32 nNewPos, EditView* pCurView ); 858 void FormatAndUpdate( EditView* pCurView = 0 ); 859 inline void IdleFormatAndUpdate( EditView* pCurView = 0 ); 1099 inline void ImpEditEngine::IdleFormatAndUpdate( EditView* pCurView ) in IdleFormatAndUpdate() argument 1101 aIdleFormatter.DoIdleFormat( pCurView ); in IdleFormatAndUpdate()
|
H A D | impedit3.cxx | 285 void ImpEditEngine::UpdateViews( EditView* pCurView ) in UpdateViews() argument 307 if ( ( pView == pCurView ) ) in UpdateViews() 314 if ( pCurView ) in UpdateViews() 316 sal_Bool bGotoCursor = pCurView->pImpEditView->DoAutoScroll(); in UpdateViews() 317 pCurView->ShowCursor( bGotoCursor ); in UpdateViews() 3964 FormatAndUpdate( pCurView ); in SetUpdateMode() 4045 if ( pCurView && ( GetUpdateMode() == sal_True ) ) in MoveParagraphs() 4061 UpdateViews( pCurView ); in MoveParagraphs() 4184 void ImpEditEngine::FormatAndUpdate( EditView* pCurView ) in FormatAndUpdate() argument 4190 IdleFormatAndUpdate( pCurView ); in FormatAndUpdate() [all …]
|
/trunk/main/sc/source/ui/view/ |
H A D | viewdata.cxx | 1176 EditView* pCurView = pEditView[eWhich]; in EditGrowX() local 1178 if ( !pCurView || !bEditActive[eWhich]) in EditGrowX() 1185 Window* pWin = pCurView->GetWindow(); in EditGrowX() 1299 Rectangle aVis = pCurView->GetVisArea(); in EditGrowX() 1331 pCurView->SetVisArea( aVis ); in EditGrowX() 1335 pCurView->SetOutputArea(aArea); in EditGrowX() 1356 EditView* pCurView = pEditView[eWhich]; in EditGrowY() local 1358 if ( !pCurView || !bEditActive[eWhich]) in EditGrowY() 1367 pCurView->SetOutputArea( pCurView->GetOutputArea() ); // re-align to pixels in EditGrowY() 1372 Window* pWin = pCurView->GetWindow(); in EditGrowY() [all …]
|
/trunk/main/svtools/inc/svtools/ |
H A D | texteng.hxx | 181 void IdleFormatAndUpdate( TextView* pCurView = 0, sal_uInt16 nMaxTimerRestarts = 5 ); 193 void FormatAndUpdate( TextView* pCurView = 0 ); 195 void UpdateViews( TextView* pCurView = 0 ); 196 void SetUpdateMode( sal_Bool bUp, TextView* pCurView, sal_Bool bForceUpdate );
|
/trunk/main/svtools/source/edit/ |
H A D | texteng.cxx | 1559 void TextEngine::SetUpdateMode( sal_Bool bUp, TextView* pCurView, sal_Bool bForceUpdate ) in SetUpdateMode() argument 1565 FormatAndUpdate( pCurView ); in SetUpdateMode() 1568 void TextEngine::FormatAndUpdate( TextView* pCurView ) in FormatAndUpdate() argument 1574 IdleFormatAndUpdate( pCurView ); in FormatAndUpdate() 1578 UpdateViews( pCurView ); in FormatAndUpdate() 1583 void TextEngine::IdleFormatAndUpdate( TextView* pCurView, sal_uInt16 nMaxTimerRestarts ) in IdleFormatAndUpdate() argument 1585 mpIdleFormatter->DoIdleFormat( pCurView, nMaxTimerRestarts ); in IdleFormatAndUpdate() 1594 void TextEngine::UpdateViews( TextView* pCurView ) in UpdateViews() argument 1618 if ( pView == pCurView ) in UpdateViews() 1625 if ( pCurView ) in UpdateViews() [all …]
|
/trunk/main/editeng/source/outliner/ |
H A D | outliner.cxx | 1358 sal_Bool Outliner::ImpCanIndentSelectedPages( OutlinerView* pCurView ) in ImpCanIndentSelectedPages() argument 1371 pCurView->ImpCalcSelectedPages( sal_False ); // ohne die erste in ImpCanIndentSelectedPages() 1373 return (sal_Bool)IndentingPagesHdl( pCurView ); in ImpCanIndentSelectedPages() 1377 sal_Bool Outliner::ImpCanDeleteSelectedPages( OutlinerView* pCurView ) in ImpCanDeleteSelectedPages() argument 1382 return (sal_Bool)RemovingPagesHdl( pCurView ); in ImpCanDeleteSelectedPages() 1872 sal_Bool Outliner::ImpCanDeleteSelectedPages( OutlinerView* pCurView, sal_uInt16 _nFirstPage, sal_u… in ImpCanDeleteSelectedPages() argument 1879 return (sal_Bool)RemovingPagesHdl( pCurView ); in ImpCanDeleteSelectedPages()
|
/trunk/main/editeng/inc/editeng/ |
H A D | outliner.hxx | 708 sal_Bool ImpCanIndentSelectedPages( OutlinerView* pCurView ); 709 sal_Bool ImpCanDeleteSelectedPages( OutlinerView* pCurView ); 710 …sal_Bool ImpCanDeleteSelectedPages( OutlinerView* pCurView, sal_uInt16 nFirstPage, sal_uInt…
|
/trunk/main/basctl/source/inc/ |
H A D | baside3.hxx | 80 DialogWindow( DialogWindow* pCurView ); // never implemented
|
/trunk/main/svtools/source/contnr/ |
H A D | imivctl1.cxx | 107 SvxIconChoiceCtrl_Impl::SvxIconChoiceCtrl_Impl( SvtIconChoiceCtrl* pCurView, in SvxIconChoiceCtrl_Impl() argument 110 aVerSBar( pCurView, WB_DRAG | WB_VSCROLL ), in SvxIconChoiceCtrl_Impl() 111 aHorSBar( pCurView, WB_DRAG | WB_HSCROLL ), in SvxIconChoiceCtrl_Impl() 112 aScrBarBox( pCurView ), in SvxIconChoiceCtrl_Impl() 132 pView = pCurView; in SvxIconChoiceCtrl_Impl()
|
H A D | svimpicn.cxx | 706 SvImpIconView::SvImpIconView( SvIconView* pCurView, SvLBoxTreeList* pTree, in SvImpIconView() argument 708 aVerSBar( pCurView, WB_DRAG | WB_VSCROLL ), in SvImpIconView() 709 aHorSBar( pCurView, WB_DRAG | WB_HSCROLL ) in SvImpIconView() 711 pView = pCurView; in SvImpIconView()
|