| /trunk/main/sw/source/ui/wrtsh/ |
| H A D | delete.cxx | 254 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 D | select.cxx | 947 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 D | X11_service.cxx | 77 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 D | X11_selection.hxx | 404 Atom nSelection,
|
| H A D | X11_selection.cxx | 615 Atom nSelection, in convertData() argument 628 aFlavor.MimeType = convertTypeFromNative( nType, nSelection, rFormat ); in convertData()
|
| /trunk/main/sw/source/ui/dochdl/ |
| H A D | swdtflvr.cxx | 750 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 D | docst.cxx | 166 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 D | apphdl.cxx | 186 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 D | fontworkgallery.cxx | 680 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 D | vbaworksheet.cxx | 297 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 D | vbaworksheet.hxx | 109 …virtual void SAL_CALL setEnableSelection( sal_Int32 nSelection ) throw (css::uno::RuntimeException…
|
| /trunk/main/winaccessibility/source/UAccCOM/ |
| H A D | AccTextBase.cpp | 442 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 D | TableDesignPane.cxx | 562 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 D | gridcell.cxx | 2718 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 D | dbmgr.cxx | 1862 sal_Int32 nSelection = 0; in GetColumnCnt() local 1863 pSelection[nPos] >>= nSelection; in GetColumnCnt() 1864 if(nSelection == static_cast<sal_Int32>(nAbsRecordId)) in GetColumnCnt()
|