/aoo41x/main/sw/source/ui/wrtsh/ |
H A D | select.cxx | 66 void SwWrtShell::Invalidate() in Invalidate() 136 long SwWrtShell::SelAll() in SelAll() 281 void SwWrtShell::PushMode() in PushMode() 288 void SwWrtShell::PopMode() in PopMode() 337 void SwWrtShell::UnSelectFrm() in UnSelectFrm() 400 void SwWrtShell::SttSelect() in SttSelect() 424 void SwWrtShell::EndSelect() in EndSelect() 554 void SwWrtShell::EnterStdMode() in EnterStdMode() 594 void SwWrtShell::EnterExtMode() in EnterExtMode() 610 void SwWrtShell::LeaveExtMode() in LeaveExtMode() [all …]
|
H A D | move.cxx | 52 SwWrtShell* pSh; 73 void SwWrtShell::MoveCrsr( sal_Bool bWithSelect ) in MoveCrsr() 324 sal_Bool SwWrtShell::SttDoc( sal_Bool bSelect ) in SttDoc() 332 sal_Bool SwWrtShell::EndDoc( sal_Bool bSelect) in EndDoc() 339 sal_Bool SwWrtShell::SttNxtPg( sal_Bool bSelect ) in SttNxtPg() 347 sal_Bool SwWrtShell::SttPrvPg( sal_Bool bSelect ) in SttPrvPg() 371 sal_Bool SwWrtShell::SttPg( sal_Bool bSelect ) in SttPg() 379 sal_Bool SwWrtShell::EndPg( sal_Bool bSelect ) in EndPg() 387 sal_Bool SwWrtShell::SttPara( sal_Bool bSelect ) in SttPara() 395 sal_Bool SwWrtShell::EndPara( sal_Bool bSelect ) in EndPara() [all …]
|
H A D | wrtsh1.cxx | 114 fnDrag(&SwWrtShell::BeginDrag),\ 117 fnKillSel(&SwWrtShell::Ignore),\ 160 void SwWrtShell::Edit() in Edit() 171 sal_Bool SwWrtShell::IsEndWrd() in IsEndWrd() 185 bool SwWrtShell::_CanInsert() in _CanInsert() 1429 void SwWrtShell::NumOn() in NumOn() 1478 void SwWrtShell::BulletOn() in BulletOn() 1764 SwWrtShell::SwWrtShell( SwWrtShell& rSh, Window *_pWin, SwView &rShell ) in SwWrtShell() function in SwWrtShell 1782 SwWrtShell::SwWrtShell( SwDoc& rDoc, Window *_pWin, SwView &rShell, 1799 SwWrtShell::~SwWrtShell() [all …]
|
H A D | wrtsh3.cxx | 78 fnKillSel = &SwWrtShell::ResetSelect; in MoveBookMark() 79 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in MoveBookMark() 84 sal_Bool SwWrtShell::GotoField( const SwFmtFld& rFld ) in GotoField() 97 fnKillSel = &SwWrtShell::ResetSelect; in GotoField() 98 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in GotoField() 115 fnKillSel = &SwWrtShell::ResetSelect; in GotoFieldmark() 116 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in GotoFieldmark() 126 void SwWrtShell::DrawSelChanged( ) in DrawSelChanged() 147 sal_Bool SwWrtShell::GotoMark( const ::rtl::OUString& rName ) in GotoMark() 161 sal_Bool SwWrtShell::GoNextBookmark() in GoNextBookmark() [all …]
|
H A D | delete.cxx | 41 inline void SwWrtShell::OpenMark() in OpenMark() 61 sal_Bool SwWrtShell::TryRemoveIndent() in TryRemoveIndent() 104 long SwWrtShell::DelLine() in DelLine() 126 long SwWrtShell::DelToStartOfLine() in DelToStartOfLine() 137 long SwWrtShell::DelToEndOfLine() in DelToEndOfLine() 146 long SwWrtShell::DelLeft() in DelLeft() 252 long SwWrtShell::DelRight() in DelRight() 431 long SwWrtShell::DelToEndOfPara() in DelToEndOfPara() 451 long SwWrtShell::DelToStartOfPara() in DelToStartOfPara() 510 long SwWrtShell::DelNxtWord() in DelNxtWord() [all …]
|
H A D | wrtsh4.cxx | 45 sal_Bool SwWrtShell::_SttWrd() in _SttWrd() 71 sal_Bool SwWrtShell::_EndWrd() in _EndWrd() 89 sal_Bool SwWrtShell::_NxtWrd() in _NxtWrd() 120 sal_Bool SwWrtShell::_PrvWrd() in _PrvWrd() 153 sal_Bool SwWrtShell::_NxtWrdForDelete() in _NxtWrdForDelete() 176 sal_Bool SwWrtShell::_PrvWrdForDelete() in _PrvWrdForDelete() 200 sal_Bool SwWrtShell::_FwdSentence() in _FwdSentence() 219 sal_Bool SwWrtShell::_BwdSentence() in _BwdSentence() 243 sal_Bool SwWrtShell::_FwdPara() in _FwdPara() 265 sal_Bool SwWrtShell::_BwdPara() in _BwdPara()
|
H A D | wrtsh2.cxx | 77 void SwWrtShell::Insert( SwField& rFld ) in Insert() 146 void SwWrtShell::UpdateInputFlds( SwInputFieldList* pLst ) in UpdateInputFlds() 186 sal_Bool SwWrtShell::StartInputFldDlg( SwField* pFld, sal_Bool bNextButton, in StartInputFldDlg() 239 void SwWrtShell::InsertTableOf(const SwTOXBase& rTOX, const SfxItemSet* pSet) in InsertTableOf() 255 sal_Bool SwWrtShell::UpdateTableOf(const SwTOXBase& rTOX, const SfxItemSet* pSet) in UpdateTableOf() 280 void SwWrtShell::ClickToField( const SwField& rFld ) in ClickToField() 367 void SwWrtShell::ClickToINetAttr( const SwFmtINetFmt& rItem, sal_uInt16 nFilter ) in ClickToINetAttr() 397 sal_Bool SwWrtShell::ClickToINetGrf( const Point& rDocPt, sal_uInt16 nFilter ) in ClickToINetGrf() 429 SwWrtShell *pSh = 0; in LoadURL() 433 pSh = (SwWrtShell*)pVSh; in LoadURL() [all …]
|
H A D | wrtundo.cxx | 48 void SwWrtShell::Do( DoType eDoType, sal_uInt16 nCnt ) in Do() 86 fnKillSel = &SwWrtShell::ResetSelect; in Do() 87 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in Do() 111 String SwWrtShell::GetDoString( DoType eDoType ) const in GetDoString() 134 sal_uInt16 SwWrtShell::GetDoStrings( DoType eDoType, SfxStringListItem& rStrs ) const in GetDoStrings() 160 String SwWrtShell::GetRepeatString() const in GetRepeatString()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | swdtflvr.hxx | 40 class SwWrtShell; 69 SwWrtShell *pWrtShell; 108 SwWrtShell& rSh, sal_uInt16 nAction, 116 SwWrtShell& rSh ); 119 SwWrtShell& rSh, sal_uLong nFmt ); 130 SwWrtShell& rSh, sal_Bool bLink, 135 int PrivatePaste( SwWrtShell& rShell ); 157 SwTransferable( SwWrtShell& ); 200 SwWrtShell* GetShell() { return pWrtShell; } in GetShell() 205 static void CreateSelection( SwWrtShell & rSh, [all …]
|
H A D | langhelper.hxx | 26 class SwWrtShell; 37 …extern bool SetLanguageStatus( OutlinerView* pOLV, SfxRequest &rReq, SwView &rView, SwWrtShell &rS… 39 …extern void SetLanguage( SwWrtShell &rWrtSh, const String &rLangText, bool bIsForSelection, SfxIte… 42 extern void SetLanguage_None( SwWrtShell &rWrtSh, bool bIsForSelection, SfxItemSet &rCoreSet ); 44 …extern void SetLanguage_None( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, bool … 45 extern void ResetLanguages( SwWrtShell &rWrtSh, bool bIsForSelection ); 47 …extern void ResetLanguages( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, bool bI… 50 extern void SelectCurrentPara( SwWrtShell &rWrtSh ); 55 extern String GetTextForLanguageGuessing( SwWrtShell &rSh ); 58 extern LanguageType GetLanguage( SwWrtShell &rSh, sal_uInt16 nLangWhichId ); [all …]
|
H A D | wrtsh.hxx | 86 class SW_DLLPUBLIC SwWrtShell: public SwFEShell class 193 typedef sal_Bool (SwWrtShell:: *FNSimpleMove)(); 222 { return SimpleMove( &SwWrtShell::_FwdPara, bSelect ); } in FwdPara() 224 { return SimpleMove( &SwWrtShell::_BwdPara, bSelect ); } in BwdPara() 463 SwWrtShell( SwWrtShell&, Window *pWin, SwView &rShell); 464 SwWrtShell( SwDoc& rDoc, Window *pWin, SwView &rShell, 466 virtual ~SwWrtShell(); 618 inline void SwWrtShell::ResetCursorStack() in ResetCursorStack() 630 inline void SwWrtShell::EndSelTblCells() in EndSelTblCells() 638 inline sal_Bool SwWrtShell::Is_FnDragEQBeginDrag() const in Is_FnDragEQBeginDrag() [all …]
|
H A D | swuiidxmrk.hxx | 58 class SwWrtShell; 124 SwWrtShell* pSh; 163 SwWrtShell& rWrtShell ); 168 void ReInitDlg(SwWrtShell& rWrtShell, SwTOXMark* pCurTOXMark = 0); 185 void ReInitDlg(SwWrtShell& rWrtShell); 197 void ReInitDlg(SwWrtShell& rWrtShell); 233 SwWrtShell* pSh; 259 void ReInitDlg(SwWrtShell& rWrtShell); 274 void ReInitDlg(SwWrtShell& rWrtShell); 283 SwAuthMarkModalDlg(Window *pParent, SwWrtShell& rSh); [all …]
|
H A D | regionsw.hxx | 51 class SwWrtShell; 108 SwWrtShell& rSh; 149 SwEditRegionDlg( Window* pParent, SwWrtShell& rWrtSh ); 198 SwWrtShell* m_pWrtSh; 218 void SetWrtShell(SwWrtShell& rSh); 295 void SetWrtShell(SwWrtShell& rSh); 303 SwWrtShell& rWrtSh; 310 SwInsertSectionTabDialog(Window* pParent, const SfxItemSet& rSet, SwWrtShell& rSh); 322 SwWrtShell& rWrtSh; 326 SwSectionPropertyTabDialog(Window* pParent, const SfxItemSet& rSet, SwWrtShell& rSh);
|
H A D | conttree.hxx | 29 class SwWrtShell; 71 SwWrtShell* pHiddenShell; // gedropptes Doc 72 SwWrtShell* pActiveShell; // die aktive oder eine konst. offene View 160 void SetHiddenShell(SwWrtShell* pSh); 163 void SetActiveShell(SwWrtShell* pSh); 164 void SetConstantShell(SwWrtShell* pSh); 166 SwWrtShell* GetWrtShell() in GetWrtShell() 192 const SwWrtShell* GetActiveWrtShell() {return pActiveShell;} in GetActiveWrtShell() 193 SwWrtShell* GetHiddenWrtShell() {return pHiddenShell;} in GetHiddenWrtShell() 237 SwWrtShell* pActiveShell; //
|
H A D | fldmgr.hxx | 44 class SwWrtShell; 83 SwWrtShell* pSh; 92 …sal_uLong nFmtId, SwWrtShell* pShell = NULL, sal_Unicode cSep = ' ', sal_Bool bIsAutoLanguage = sa… in SwInsertFld_Data() 116 SwWrtShell* pWrtShell; // darf auch NULL sein! 134 SwFldMgr(SwWrtShell* pSh = 0); 137 void SetWrtShell( SwWrtShell* pShell ) in SetWrtShell() 214 void EvalExpFlds(SwWrtShell* pSh = NULL);
|
H A D | wrap.hxx | 47 class SwWrtShell; 51 SwWrtShell* pWrtShell; 54 SwWrapDlg(Window* pParent, SfxItemSet& rSet, SwWrtShell* pSh, sal_Bool bDrawMode); 57 inline SwWrtShell* GetWrtShell() { return pWrtShell; } in GetWrtShell() 107 SwWrtShell* pWrtSh; 142 inline void SetShell(SwWrtShell* pSh) { pWrtSh = pSh; } in SetShell()
|
/aoo41x/main/sw/inc/ |
H A D | swabstdlg.hxx | 63 class SwWrtShell; 319 virtual void ReInitDlg(SwWrtShell& rWrtShell) = 0; 405 const SfxItemSet* pItemSet, SwWrtShell* pSh,int nResId ) = 0; //add for SwTableTabDlg 431 SwWrtShell* pActShell = 0, 436 SwWrtShell *pWrtShell) = 0; //add for SwGlossaryDlg 438 Window *pParent, SwWrtShell &rSh, 449 Window* pParent, SwWrtShell* pWrtSh ) = 0; //add for SwJavaEditDialog 451 Window* pParent, SwWrtShell& rSh, 466 SwWrtShell &) = 0; //add for SwSvxNumBulletTabDialog, SwOutlineTabDialog 469 SwWrtShell &rShell, [all …]
|
H A D | docsh.hxx | 45 class SwWrtShell; 75 SwWrtShell* mpWrtShell; 121 SwWrtShell* pActShell = 0, 125 …SW_DLLPRIVATE sal_uInt16 ApplyStyles(const String &rName, sal_uInt16 nFamily, SwWrtShell* pShe… 128 …SW_DLLPRIVATE sal_uInt16 UpdateStyle(const String &rName, sal_uInt16 nFamily, SwWrtShell* pShe… 130 sal_uInt16 nFamily, sal_uInt16 nMask, SwWrtShell* pShell = 0); 192 void StateStyleSheet(SfxItemSet&, SwWrtShell* pSh = 0 ); 233 SwWrtShell *GetWrtShell() { return mpWrtShell; } in GetWrtShell() 234 const SwWrtShell *GetWrtShell() const { return mpWrtShell; } in GetWrtShell() 269 SwWrtShell& rActShell );
|
/aoo41x/main/sw/source/ui/dialog/ |
H A D | swdlgfact.hxx | 389 virtual void ReInitDlg(SwWrtShell& rWrtShell); 399 virtual void ReInitDlg(SwWrtShell& rWrtShell); 483 const SfxItemSet* pItemSet, SwWrtShell* pSh,int nResId ); //add for SwTableTabDlg 506 SwWrtShell* pActShell = 0, 511 SwWrtShell *pWrtShell); //add for SwGlossaryDlg 513 Window *pParent, SwWrtShell &rSh, 524 Window* pParent, SwWrtShell* pWrtSh ); //add for SwJavaEditDialog 526 Window* pParent, SwWrtShell& rSh, 541 SwWrtShell &); //add for SwSvxNumBulletTabDialog, SwOutlineTabDialog 544 SwWrtShell &rShell, [all …]
|
H A D | swdlgfact.cxx | 590 void AbstractIndexMarkFloatDlg_Impl::ReInitDlg(SwWrtShell& rWrtShell) in ReInitDlg() 601 void AbstractAuthMarkFloatDlg_Impl::ReInitDlg(SwWrtShell& rWrtShell) in ReInitDlg() 743 SwWrtShell &rSh, in CreateSwInsertBookmarkDlg() 768 SwWrtShell &rSh, in CreateSwBreakDlg() 940 SwWrtShell* pWrtSh, Printer* pPrt, in CreateSwEnvDlg() 1153 const SfxItemSet* pItemSet, SwWrtShell* pSh,int nResId ) in CreateSwTableTabDlg() 1299 SwWrtShell* pActShell, in CreateTemplateDialog() 1320 SwWrtShell *pWrtShell) //add for SwGlossaryDlg in CreateGlossaryDlg() 1337 Window *pParent, SwWrtShell &rSh, in CreateFldInputDlg() 1442 Window* pParent, SwWrtShell& rSh, in CreateMailMergeDlg() [all …]
|
H A D | SwSpellDialogChildWindow.cxx | 146 void lcl_LeaveDrawText(SwWrtShell& rSh) in lcl_LeaveDrawText() 179 SwWrtShell* pWrtShell = GetWrtShell_Impl(); in ~SwSpellDialogChildWindow() 202 SwWrtShell* pWrtShell = GetWrtShell_Impl(); in GetNextWrongSentence() 461 SwWrtShell* pWrtShell = GetWrtShell_Impl(); in ApplyChangedSentence() 530 SwWrtShell* pWrtShell = GetWrtShell_Impl(); in SetGrammarChecking() 562 SwWrtShell* pWrtShell = GetWrtShell_Impl(); in GetFocus() 624 SwWrtShell* pWrtShell = GetWrtShell_Impl(); in LoseFocus() 672 SwWrtShell* pWrtShell = GetWrtShell_Impl(); in InvalidateSpellDialog() 682 SwWrtShell* SwSpellDialogChildWindow::GetWrtShell_Impl() in GetWrtShell_Impl() 704 bool SwSpellDialogChildWindow::MakeTextSelection_Impl(SwWrtShell& rShell, ShellModes eSelMode) in MakeTextSelection_Impl() [all …]
|
/aoo41x/main/sw/source/ui/uno/ |
H A D | unotxvw.cxx | 290 SwWrtShell& rSh = GetView()->GetWrtShell(); in select() 540 SwWrtShell& rSh = m_pView->GetWrtShell(); in getSelection() 783 SwWrtShell& rSh = m_pView->GetWrtShell(); in getRubyList() 833 SwWrtShell& rSh = m_pView->GetWrtShell(); in setRubyList() 902 SwWrtShell& rOldSh = m_pView->GetWrtShell(); in BuildTmpSelectionDoc() 2141 SwWrtShell& rSh = m_pView->GetWrtShell(); in IMPLEMENT_FORWARD_XINTERFACE2() 2147 SwWrtShell& rSh = m_pView->GetWrtShell(); in GetDoc() 2153 SwWrtShell& rSh = m_pView->GetWrtShell(); in GetPaM() 2159 SwWrtShell& rSh = m_pView->GetWrtShell(); in GetPaM() 2169 SwWrtShell& rSh = GetView()->GetWrtShell(); in getTransferable() [all …]
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | langhelper.cxx | 110 bool SetLanguageStatus( OutlinerView* pOLV, SfxRequest &rReq, SwView &rView, SwWrtShell &rSh ) in SetLanguageStatus() 241 …void SetLanguage( SwWrtShell &rWrtSh, const String &rLangText, bool bIsForSelection, SfxItemSet &r… in SetLanguage() 246 …void SetLanguage( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, const String &rLa… in SetLanguage() 307 void SetLanguage_None( SwWrtShell &rWrtSh, bool bIsForSelection, SfxItemSet &rCoreSet ) in SetLanguage_None() 312 …void SetLanguage_None( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, bool bIsForS… in SetLanguage_None() 367 void ResetLanguages( SwWrtShell &rWrtSh, bool bIsForSelection ) in ResetLanguages() 372 …void ResetLanguages( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, bool bIsForSel… in ResetLanguages() 405 LanguageType GetLanguage( SwWrtShell &rSh, sal_uInt16 nLangWhichId ) in GetLanguage() 444 LanguageType GetCurrentLanguage( SwWrtShell &rSh ) in GetCurrentLanguage() 539 String GetTextForLanguageGuessing( SwWrtShell &rSh ) in GetTextForLanguageGuessing() [all …]
|
H A D | basesh.cxx | 216 SwWrtShell &rSh = GetShell(); in ExecDelete() 272 SwWrtShell &rSh = GetShell(); in ExecClpbrd() 433 SwWrtShell &rSh = GetShell(); in StateClpbrd() 500 SwWrtShell &rSh = GetShell(); in ExecUndo() 541 SwWrtShell &rSh = GetShell(); in StateUndo() 616 SwWrtShell &rSh = GetShell(); in Execute() 1294 SwWrtShell &rSh = GetShell(); in IMPL_LINK() 1385 SwWrtShell &rSh = GetShell(); in GetState() 1892 SwWrtShell &rSh = GetShell(); in SetWrapMode() 2167 SwWrtShell &rSh = GetShell(); in GetTxtCtrlState() [all …]
|
/aoo41x/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 186 SwWrtShell *pSh; 209 SwTransferable::SwTransferable( SwWrtShell& rSh ) in SwTransferable() 1959 SwWrtShell& rSh, sal_uInt16 nAction, in _PasteTargetURL() 2244 SwWrtShell& rSh, sal_uInt16 nAction, in _PasteSdrFormat() 2494 SwWrtShell& rSh ) in _PasteImageMap() 2521 SwWrtShell& rSh, sal_uLong nFmt ) in _PasteAsHyperlink() 2567 SwWrtShell& rSh, sal_uLong nFmt, in _PasteFileName() 2772 SwWrtShell& rSh, sal_Bool bLink, in _PasteFileList() 3108 if( SwWrtShell::NO_WORD != in SetDataForDragAndDrop() 3372 SwWrtShell& rSrcSh = *GetShell(); in PrivateDrop() [all …]
|