Searched refs:nSelection (Results 1 – 15 of 15) sorted by relevance
257 int nSelection = GetSelectionType(); in DelRight() local258 if(nSelection & nsSelectionType::SEL_TBL_CELLS) in DelRight()259 nSelection = nsSelectionType::SEL_TBL; in DelRight()260 if(nSelection & nsSelectionType::SEL_TXT) in DelRight()261 nSelection = nsSelectionType::SEL_TXT; in DelRight()265 switch( nSelection & ~(nsSelectionType::SEL_BEZ) ) in DelRight()413 nSelection = GetSelectionType(); in DelRight()414 if ( nsSelectionType::SEL_FRM & nSelection || in DelRight()415 nsSelectionType::SEL_GRF & nSelection || in DelRight()416 nsSelectionType::SEL_OLE & nSelection || in DelRight()[all …]
951 int SwWrtShell::IntelligentCut(int nSelection, sal_Bool bCut) in IntelligentCut() argument956 if( IsAddMode() || !(nSelection & nsSelectionType::SEL_TXT) ) in IntelligentCut()
79 Atom nSelection; in CreateClipboard() local104 nSelection = rManager.getAtom( aSelectionName ); in CreateClipboard()109 nSelection = rManager.getAtom( OUString::createFromAscii( "CLIPBOARD" ) ); in CreateClipboard()113 ::std::hash_map< Atom, css::uno::Reference< XClipboard > >::iterator it = rMap.find( nSelection ); in CreateClipboard()117 X11Clipboard* pClipboard = new X11Clipboard( rManager, nSelection ); in CreateClipboard()118 rMap[ nSelection ] = pClipboard; in CreateClipboard()
411 Atom nSelection,
618 Atom nSelection, in convertData() argument631 aFlavor.MimeType = convertTypeFromNative( nType, nSelection, rFormat ); in convertData()
762 pWrtShell->IntelligentCut( nSelection ); in DeleteSelection()777 if( nSelection == nsSelectionType::SEL_GRF ) in PrepareForCopy()808 else if ( nSelection == nsSelectionType::SEL_OLE ) in PrepareForCopy()884 if( nSelection & nsSelectionType::SEL_TBL_CELLS ) in PrepareForCopy()906 if ( nSelection & nsSelectionType::SEL_DRW ) in PrepareForCopy()3077 if( nsSelectionType::SEL_GRF == nSelection) in SetDataForDragAndDrop()3133 if ( nSelection & nsSelectionType::SEL_DRW ) in SetDataForDragAndDrop()3317 nsSelectionType::SEL_DRW_FORM ) & nSelection ) in PrivatePaste()3393 const int nSelection = rSh.GetSelectionType(); in PrivateDrop() local3396 if( nsSelectionType::SEL_GRF & nSelection ) in PrivateDrop()[all …]
166 const int nSelection = pShell->GetFrmType(0,sal_True); in StateStyleSheet() local169 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()
186 int nSelection = 0; in StateOther() local190 nSelection = pSh->GetSelectionType(); in StateOther()193 !(nSelection & (nsSelectionType::SEL_TXT | nsSelectionType::SEL_TBL))) in StateOther()
680 sal_Int32 nSelection = getSelectedEntryId(); in IMPL_LINK() local682 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()
297 ScVbaWorksheet::setEnableSelection( sal_Int32 nSelection ) throw (uno::RuntimeException) in setEnableSelection() argument299 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()
109 …virtual void SAL_CALL setEnableSelection( sal_Int32 nSelection ) throw (css::uno::RuntimeException…
442 long nSelection = 0; in get_selection() local443 get_nSelections(&nSelection); in get_selection()445 if(selectionIndex >= nSelection || selectionIndex < 0 ) in get_selection()
562 sal_uInt16 nSelection = 0; in updateControls() local578 nSelection = (sal_uInt16)nIndex+1; in updateControls()586 pValueSet->SelectItem( nSelection ); in updateControls()
2718 sal_Int16 nSelection = -1; in updateFromModel() local2720 nSelection = aSelection[ 0 ]; in updateFromModel()2724 if ( ( nSelection >= 0 ) && ( nSelection < pListBox->GetEntryCount() ) ) in updateFromModel()2725 pListBox->SelectEntryPos( nSelection ); in updateFromModel()
1862 sal_Int32 nSelection = 0; in GetColumnCnt() local1863 pSelection[nPos] >>= nSelection; in GetColumnCnt()1864 if(nSelection == static_cast<sal_Int32>(nAbsRecordId)) in GetColumnCnt()
Completed in 154 milliseconds