Home
last modified time | relevance | path

Searched refs:SFX_ENDOFSELECTION (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/tools/source/memtools/
H A Dmultisel.cxx681 return SFX_ENDOFSELECTION; in ImplFwdUnselected()
690 return SFX_ENDOFSELECTION; in ImplFwdUnselected()
698 return SFX_ENDOFSELECTION; in ImplBwdUnselected()
707 return SFX_ENDOFSELECTION; in ImplBwdUnselected()
733 return SFX_ENDOFSELECTION; in FirstSelected()
746 return SFX_ENDOFSELECTION; in LastSelected()
754 return SFX_ENDOFSELECTION; in NextSelected()
772 return SFX_ENDOFSELECTION; in NextSelected()
781 return SFX_ENDOFSELECTION; in PrevSelected()
802 return SFX_ENDOFSELECTION; in PrevSelected()
/AOO41X/main/dbaccess/source/ui/tabledesign/
H A DTableUndo.cxx449 …for( nIndex = m_aInsKeys.FirstSelected(); nIndex != (long)SFX_ENDOFSELECTION; nIndex=m_aInsKeys.Ne… in Undo()
458 …for( nIndex = m_aDelKeys.FirstSelected(); nIndex != (long)SFX_ENDOFSELECTION; nIndex=m_aDelKeys.Ne… in Undo()
477 …for( nIndex = m_aDelKeys.FirstSelected(); nIndex != (long)SFX_ENDOFSELECTION; nIndex=m_aDelKeys.Ne… in Redo()
482 …for( nIndex = m_aInsKeys.FirstSelected(); nIndex != (long)SFX_ENDOFSELECTION; nIndex=m_aInsKeys.Ne… in Redo()
/AOO41X/main/basctl/source/basicide/
H A Dbasicrenderable.cxx177 while( nSelect != long(SFX_ENDOFSELECTION) && nRenderer-- ) in render()
179 if( nSelect != long(SFX_ENDOFSELECTION) ) in render()
/AOO41X/main/tools/inc/tools/
H A Dmultisel.hxx42 #define SFX_ENDOFSELECTION CONTAINER_ENTRY_NOTFOUND macro
/AOO41X/main/filter/source/pdf/
H A Dpdfexport.cxx200 while ( nSel != sal_Int32(SFX_ENDOFSELECTION) ) in ExportSelection()
233 if ( pLastPage && sal_Int32(SFX_ENDOFSELECTION) == nSel ) in ExportSelection()
/AOO41X/main/svtools/inc/svtools/
H A Dbrwbox.hxx64 #define BROWSER_ENDOFSELECTION (long)(SFX_ENDOFSELECTION)
/AOO41X/main/sw/source/core/doc/
H A Ddoc.cxx1298 static long nEndOfSelection = SFX_ENDOFSELECTION; in CalculatePagesForPrinting()