Home
last modified time | relevance | path

Searched refs:GetSelectionType (Results 1 – 25 of 34) sorted by relevance

12

/aoo4110/main/sc/source/ui/view/
H A Dselectionstate.cxx64 bool bEqual = rL.GetSelectionType() == rR.GetSelectionType(); in operator ==()
65 if( bEqual ) switch( rL.GetSelectionType() ) in operator ==()
H A Dspelleng.cxx86 if( maSelState.GetSelectionType() == SC_SELECTTYPE_SHEET ) in ScConversionEngineBase()
175 bool bSheetSel = maSelState.GetSelectionType() == SC_SELECTTYPE_SHEET; in FindNextConversionCell()
H A Dspelldialog.cxx190 switch( mxOldSel->GetSelectionType() ) in Init()
/aoo4110/main/sw/source/ui/wrtsh/
H A Ddelete.cxx149 int nSelType = GetSelectionType(); in DelLeft()
164 nSelType = GetSelectionType(); in DelLeft()
257 int nSelection = GetSelectionType(); in DelRight()
413 nSelection = GetSelectionType(); in DelRight()
H A Dwrtsh1.cxx1487 SelectionType SwWrtShell::GetSelectionType() const in GetSelectionType() function in SwWrtShell
1868 int nSelType = GetSelectionType(); in GetSelDescr()
/aoo4110/main/sw/source/ui/shells/
H A Dbasesh.cxx749 const int nSelType = rSh.GetSelectionType(); in Execute()
1009 int nSel = rSh.GetSelectionType(); in Execute()
1022 int nSel = rSh.GetSelectionType(); in Execute()
1528 if(rSh.GetSelectionType() == nsSelectionType::SEL_GRF in GetState()
1565 int nSel = rSh.GetSelectionType(); in GetState()
1610 int nSel = rSh.GetSelectionType(); in GetState()
1774 int nSel = rSh.GetSelectionType(); in GetState()
2260 int nSelType = rSh.GetSelectionType(); in GetBckColState()
2319 int nSelType = rSh.GetSelectionType(); in ExecBckCol()
2803 int nSel = rSh.GetSelectionType(); in GetGalleryState()
[all …]
H A Dfrmsh.cxx421 const int nSel = rSh.GetSelectionType(); in Execute()
860 const int nSel = rSh.GetSelectionType(); in GetState()
881 const int nSel = rSh.GetSelectionType(); in GetState()
938 const int nSel = rSh.GetSelectionType(); in GetState()
1219 const int nSel = GetShell().GetSelectionType(); in StateInsert()
/aoo4110/main/sw/source/ui/docvw/
H A Dedtwin.cxx1441 (0 != (nLclSelectionType = rSh.GetSelectionType()) && in KeyInput()
1673 const int nSelectionType = rSh.GetSelectionType(); in KeyInput()
1754 const int nSelectionType = rSh.GetSelectionType(); in KeyInput()
1977 else if ( rSh.GetSelectionType() & in KeyInput()
2036 else if ( rSh.GetSelectionType() & in KeyInput()
2076 else if((rSh.GetSelectionType() & in KeyInput()
2124 if ( rSh.GetSelectionType() & in KeyInput()
3397 const int nSelType = rSh.GetSelectionType(); in MouseButtonDown()
4327 int eSelection = rSh.GetSelectionType(); in MouseButtonUp()
5223 if(rSh.GetSelectionType() & nsSelectionType::SEL_DRW_TXT) in SelectMenuPosition()
[all …]
/aoo4110/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx399 SelectionType nSelectionType = pWrtShell->GetSelectionType(); in GetData()
759 const int nSelection = pWrtShell->GetSelectionType(); in DeleteSelection()
776 const int nSelection = pWrtShell->GetSelectionType(); in PrepareForCopy()
3075 const int nSelection = pWrtShell->GetSelectionType(); in SetDataForDragAndDrop()
3251 pWrtShell->IntelligentCut( pWrtShell->GetSelectionType(), sal_True ); in DragFinished()
3259 const int nSelection = pWrtShell->GetSelectionType(); in DragFinished()
3296 const int nSelection = rShell.GetSelectionType(); in PrivatePaste()
3392 const int nSelection = rSh.GetSelectionType(); in PrivateDrop()
3442 const int nSel = rSrcSh.GetSelectionType(); in PrivateDrop()
3479 cWord = rSh.IntelligentCut( rSh.GetSelectionType(), sal_False ); in PrivateDrop()
[all …]
/aoo4110/main/sw/source/ui/web/
H A Dwview.cxx137 int nNewSelectionType = (GetWrtShell().GetSelectionType() in SelectShell()
140 int _nSelectionType = GetSelectionType(); in SelectShell()
/aoo4110/main/sw/source/ui/uiview/
H A Dformatclipboard.cxx354 int nSelectionType = rWrtShell.GetSelectionType(); in Copy()
487 int nSelectionType = rWrtShell.GetSelectionType(); in Paste()
H A Dview1.cxx213 if( !pFormatClipboard->CanCopyThisType( GetWrtShell().GetSelectionType() ) ) in StateFormatPaintbrush()
H A Dviewling.cxx470 if (pWrtShell->GetSelectionType() & (nsSelectionType::SEL_DRW_TXT|nsSelectionType::SEL_DRW)) in HyphenateDocument()
689 if (pWrtShell->GetSelectionType() & nsSelectionType::SEL_DRW_TXT) in ExecSpellPopup()
H A Dviewdlg2.cxx144 SelectionType eType = rSh.GetSelectionType(); in InsertCaption()
H A Dviewstat.cxx268 if (pWrtShell->GetSelectionType() & (nsSelectionType::SEL_DRW_TXT|nsSelectionType::SEL_DRW)) in GetState()
H A Dview.cxx269 int nNewSelectionType = (pWrtShell->GetSelectionType() in SelectShell()
1573 const int nSel = rSh.GetSelectionType(); in DoVerb()
/aoo4110/main/sc/source/ui/inc/
H A Dselectionstate.hxx53 inline ScSelectionType GetSelectionType() const { return meType; } in GetSelectionType() function in ScSelectionState
/aoo4110/main/sw/source/ui/chrdlg/
H A Dpardlg.cxx219 rSh.GetSelectionType() & nsSelectionType::SEL_TBL ) in PageCreated()
/aoo4110/main/sw/source/ui/misc/
H A Dsrtdlg.cxx199 if(rSh.GetSelectionType() & in SwSortDlg()
/aoo4110/main/sw/source/ui/inc/
H A Dview.hxx384 int GetSelectionType() const { return nSelectionType; } in GetSelectionType() function in SwView
H A Dwrtsh.hxx118 SelectionType GetSelectionType() const;
/aoo4110/main/sw/source/ui/dialog/
H A DSwSpellDialogChildWindow.cxx232 if(0 != (pWrtShell->GetSelectionType()& nsSelectionType::SEL_DRW_TXT)) in GetNextWrongSentence()
/aoo4110/main/sw/source/ui/frmdlg/
H A Dcption.cxx151 eType = rSh.GetSelectionType(); in SwCaptionDialog()
/aoo4110/main/sw/source/ui/utlui/
H A Duitool.cxx142 …aBoxInfo.SetMinDist (rSh.IsTableMode() || rSh.GetSelectionType() & (nsSelectionType::SEL_TX… in PrepareBoxInfo()
/aoo4110/main/sw/source/ui/app/
H A Dapphdl.cxx190 nSelection = pSh->GetSelectionType(); in StateOther()

Completed in 429 milliseconds

12