Home
last modified time | relevance | path

Searched refs:nSelection (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sw/source/ui/wrtsh/
H A Ddelete.cxx254 int nSelection = GetSelectionType(); in DelRight() local
255 if(nSelection & nsSelectionType::SEL_TBL_CELLS) in DelRight()
256 nSelection = nsSelectionType::SEL_TBL; in DelRight()
257 if(nSelection & nsSelectionType::SEL_TXT) in DelRight()
258 nSelection = nsSelectionType::SEL_TXT; in DelRight()
259 if(nSelection & nsSelectionType::SEL_FONTWORK) in DelRight()
260 nSelection = nsSelectionType::SEL_DRW; in DelRight()
264 switch( nSelection & ~(nsSelectionType::SEL_BEZ) ) in DelRight()
300 if( nsSelectionType::SEL_TXT & nSelection && SwCrsrShell::IsSttPara() && in DelRight()
412 nSelection = GetSelectionType(); in DelRight()
[all …]
H A Dselect.cxx947 int SwWrtShell::IntelligentCut(int nSelection, sal_Bool bCut) in IntelligentCut() argument
952 if( IsAddMode() || !(nSelection & nsSelectionType::SEL_TXT) ) in IntelligentCut()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_service.cxx77 Atom nSelection; in CreateClipboard() local
102 nSelection = rManager.getAtom( aSelectionName ); in CreateClipboard()
107 nSelection = rManager.getAtom( OUString::createFromAscii( "CLIPBOARD" ) ); in CreateClipboard()
111 … ::std::hash_map< Atom, css::uno::Reference< XClipboard > >::iterator it = rMap.find( nSelection ); in CreateClipboard()
115 X11Clipboard* pClipboard = new X11Clipboard( rManager, nSelection ); in CreateClipboard()
116 rMap[ nSelection ] = pClipboard; in CreateClipboard()
H A DX11_selection.hxx404 Atom nSelection,
H A DX11_selection.cxx615 Atom nSelection, in convertData() argument
628 aFlavor.MimeType = convertTypeFromNative( nType, nSelection, rFormat ); in convertData()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx750 const int nSelection = pWrtShell->GetSelectionType(); in DeleteSelection() local
752 if( ( nsSelectionType::SEL_TXT | nsSelectionType::SEL_TBL ) & nSelection ) in DeleteSelection()
753 pWrtShell->IntelligentCut( nSelection ); in DeleteSelection()
767 const int nSelection = pWrtShell->GetSelectionType(); in PrepareForCopy() local
768 if( nSelection == nsSelectionType::SEL_GRF ) in PrepareForCopy()
799 else if ( nSelection == nsSelectionType::SEL_OLE ) in PrepareForCopy()
870 if (pWrtShell->IntelligentCut(nSelection, sal_False) != SwWrtShell::NO_WORD) in PrepareForCopy()
875 if( nSelection & nsSelectionType::SEL_TBL_CELLS ) in PrepareForCopy()
894 if( nSelection & ( nsSelectionType::SEL_DRW | nsSelectionType::SEL_DRW_FORM )) in PrepareForCopy()
897 if ( nSelection & nsSelectionType::SEL_DRW ) in PrepareForCopy()
[all …]
/trunk/main/sw/source/ui/app/
H A Ddocst.cxx166 const int nSelection = pShell->GetFrmType(0,sal_True); in StateStyleSheet() local
169 else if(nSelection & FRMTYPE_HEADER || in StateStyleSheet()
170 nSelection & FRMTYPE_FOOTER || in StateStyleSheet()
171 nSelection & FRMTYPE_TABLE || in StateStyleSheet()
172 nSelection & FRMTYPE_FLY_ANY || in StateStyleSheet()
173 nSelection & FRMTYPE_FOOTNOTE || in StateStyleSheet()
174 nSelection & FRMTYPE_FTNPAGE) in StateStyleSheet()
H A Dapphdl.cxx186 int nSelection = 0; in StateOther() local
190 nSelection = pSh->GetSelectionType(); in StateOther()
193 !(nSelection & (nsSelectionType::SEL_TXT | nsSelectionType::SEL_TBL))) in StateOther()
/trunk/main/svx/source/tbxctrls/
H A Dfontworkgallery.cxx680 sal_Int32 nSelection = getSelectedEntryId(); in IMPL_LINK() local
682 switch( nSelection ) in IMPL_LINK()
691 if ( nSelection == 5 ) // custom spacing in IMPL_LINK()
699 else if ( nSelection == 6 ) // KernCharacterPairs in IMPL_LINK()
711 else if( nSelection >= 0 ) in IMPL_LINK()
/trunk/main/sc/source/ui/vba/
H A Dvbaworksheet.cxx297 ScVbaWorksheet::setEnableSelection( sal_Int32 nSelection ) throw (uno::RuntimeException) in setEnableSelection() argument
299 if( (nSelection != excel::XlEnableSelection::xlNoRestrictions) && in setEnableSelection()
300 (nSelection != excel::XlEnableSelection::xlUnlockedCells) && in setEnableSelection()
301 (nSelection != excel::XlEnableSelection::xlNoSelection) ) in setEnableSelection()
316 if( nSelection == excel::XlEnableSelection::xlNoRestrictions ) in setEnableSelection()
321 else if( nSelection == excel::XlEnableSelection::xlUnlockedCells ) in setEnableSelection()
H A Dvbaworksheet.hxx109 …virtual void SAL_CALL setEnableSelection( sal_Int32 nSelection ) throw (css::uno::RuntimeException…
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccTextBase.cpp442 long nSelection = 0; in get_selection() local
443 get_nSelections(&nSelection); in get_selection()
445 if(selectionIndex >= nSelection || selectionIndex < 0 ) in get_selection()
/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx562 sal_uInt16 nSelection = 0; in updateControls() local
578 nSelection = (sal_uInt16)nIndex+1; in updateControls()
586 pValueSet->SelectItem( nSelection ); in updateControls()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx2718 sal_Int16 nSelection = -1; in updateFromModel() local
2720 nSelection = aSelection[ 0 ]; in updateFromModel()
2724 if ( ( nSelection >= 0 ) && ( nSelection < pListBox->GetEntryCount() ) ) in updateFromModel()
2725 pListBox->SelectEntryPos( nSelection ); in updateFromModel()
/trunk/main/sw/source/ui/dbui/
H A Ddbmgr.cxx1862 sal_Int32 nSelection = 0; in GetColumnCnt() local
1863 pSelection[nPos] >>= nSelection; in GetColumnCnt()
1864 if(nSelection == static_cast<sal_Int32>(nAbsRecordId)) in GetColumnCnt()