| /trunk/main/sw/source/ui/inc/ |
| H A D | wrtsh.hxx | 63 typedef sal_Int32 SelectionType; typedef 66 const SelectionType SEL_TXT = CNT_TXT; // Text, niemals auch Rahmen 0x0001 67 const SelectionType SEL_GRF = CNT_GRF; // Grafik 0x0002 68 const SelectionType SEL_OLE = CNT_OLE; // OLE 0x0010 69 const SelectionType SEL_FRM = 0x000020; // Rahmen, keine Inhaltsform 70 const SelectionType SEL_NUM = 0x000040; // NumListe 71 const SelectionType SEL_TBL = 0x000080; // Cursor steht in Tabelle 72 const SelectionType SEL_TBL_CELLS = 0x000100; // Tabellenzellen sind selektiert 73 const SelectionType SEL_DRW = 0x000200; // Zeichenobjekte (Rechteck, Kreis...) 74 const SelectionType SEL_DRW_TXT = 0x000400; // Draw-Textobjekte im Editmode [all …]
|
| H A D | cption.hxx | 105 SelectionType eType;
|
| /trunk/main/offapi/com/sun/star/awt/tree/ |
| H A D | TreeControlModel.idl | 35 #include <com/sun/star/view/SelectionType.idl> 52 … <p>The default value is <member scope="com::sun::star::view">SelectionType::NONE</member></p> 54 [property] ::com::sun::star::view::SelectionType SelectionType;
|
| /trunk/main/offapi/com/sun/star/awt/grid/ |
| H A D | UnoControlGridModel.idl | 29 #include <com/sun/star/view/SelectionType.idl> 125 … <p>The default value is <member scope="com::sun::star::view">SelectionType::SINGLE</member></p> 127 [property] ::com::sun::star::view::SelectionType SelectionModel;
|
| /trunk/main/svtools/source/uno/ |
| H A D | svtxgridcontrol.cxx | 59 using ::com::sun::star::view::SelectionType; 275 SelectionType eSelectionType; in setProperty() 471 SelectionType eSelectionType; in getProperty()
|
| H A D | treecontrolpeer.cxx | 1338 SelectionType eSelectionType; in setProperty() 1431 SelectionType eSelectionType; in getProperty()
|
| /trunk/main/toolkit/source/controls/grid/ |
| H A D | gridcontrol.cxx | 230 return uno::makeAny( SelectionType(1) ); in ImplGetDefaultValue() 281 ,mSelectionMode(SelectionType(1)) in UnoGridControl()
|
| H A D | gridcontrol.hxx | 124 ::com::sun::star::view::SelectionType mSelectionMode;
|
| /trunk/main/toolkit/source/helper/ |
| H A D | property.cxx | 265 …ectionType", TREE_SELECTIONTYPE, ::com::sun::star::view::SelectionType, BOUND, M… in ImplGetPropertyInfos() 283 …ectionModel", GRID_SELECTIONMODE, ::com::sun::star::view::SelectionType, BOUN… in ImplGetPropertyInfos()
|
| /trunk/main/offapi/com/sun/star/view/ |
| H A D | SelectionType.idl | 34 published enum SelectionType
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/ |
| H A D | stardiv.Toolkit.UnoTreeModel.csv | 20 "UnoTreeModel";"com::sun::star::awt::tree::TreeControlModel";"SelectionType"
|
| /trunk/main/sw/source/ui/uiview/ |
| H A D | viewdlg2.cxx | 128 SelectionType eType = rSh.GetSelectionType(); in InsertCaption()
|
| H A D | viewtab.cxx | 1069 const SelectionType nSelType = rSh.GetSelectionType(); in StateTabWin()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/ |
| H A D | UnoTreeControl.java | 133 … XTreeControlModelSet.setPropertyValue( "SelectionType",com.sun.star.view.SelectionType.NONE); in createTestEnvironment()
|
| /trunk/main/xmlscript/source/xmldlg_imexp/ |
| H A D | xmldlg_export.cxx | 945 …) == TypeClass_ENUM && aSelectionType.getValueType() == ::getCppuType( (::view::SelectionType*)0 )) in readSelectionTypeAttr() 947 ::view::SelectionType eSelectionType; in readSelectionTypeAttr()
|
| H A D | xmldlg_import.cxx | 1312 view::SelectionType eSelectionType; in importSelectionTypeProperty()
|
| /trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/ |
| H A D | Component.java | 34 public static final Type SelectionType = new Type(com.sun.star.awt.Selection.class); field in Component
|
| /trunk/main/sw/source/ui/wrtsh/ |
| H A D | wrtsh1.cxx | 1485 SelectionType SwWrtShell::GetSelectionType() const in GetSelectionType()
|
| /trunk/main/sw/source/ui/uno/ |
| H A D | unotxvw.cxx | 1193 SelectionType eSelType = m_pView->GetWrtShell().GetSelectionType(); in IsTextSelection()
|
| /trunk/main/sw/source/ui/dochdl/ |
| H A D | swdtflvr.cxx | 391 SelectionType nSelectionType = pWrtShell->GetSelectionType(); in GetData()
|
| /trunk/main/offapi/ |
| H A D | UnoApi_offapi.mk | 3613 offapi/com/sun/star/view/SelectionType \
|