Home
last modified time | relevance | path

Searched refs:nSelection (Results 1 – 15 of 15) sorted by last modified time

/trunk/main/sw/source/ui/app/
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()
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()
/trunk/main/sw/source/ui/wrtsh/
H A Dselect.cxx951 int SwWrtShell::IntelligentCut(int nSelection, sal_Bool bCut) in IntelligentCut() argument
956 if( IsAddMode() || !(nSelection & nsSelectionType::SEL_TXT) ) in IntelligentCut()
H A Ddelete.cxx257 int nSelection = GetSelectionType(); in DelRight() local
258 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 …]
/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/vcl/unx/generic/dtrans/
H A DX11_selection.cxx618 Atom nSelection, in convertData() argument
631 aFlavor.MimeType = convertTypeFromNative( nType, nSelection, rFormat ); in convertData()
H A DX11_selection.hxx411 Atom nSelection,
H A DX11_service.cxx79 Atom nSelection; in CreateClipboard() local
104 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()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx762 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() local
3396 if( nsSelectionType::SEL_GRF & nSelection ) in PrivateDrop()
[all …]
/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()
/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/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/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/sc/source/ui/vba/
H A Dvbaworksheet.hxx109 …virtual void SAL_CALL setEnableSelection( sal_Int32 nSelection ) throw (css::uno::RuntimeException…
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()

Completed in 123 milliseconds