Searched refs:SelectionType (Results 1 – 21 of 21) sorted by relevance
64 typedef sal_Int32 SelectionType; typedef68 const SelectionType SEL_GRF = CNT_GRF; // Grafik 0x000269 const SelectionType SEL_OLE = CNT_OLE; // OLE 0x001070 const SelectionType SEL_FRM = 0x000020; // Rahmen, keine Inhaltsform71 const SelectionType SEL_NUM = 0x000040; // NumListe72 const SelectionType SEL_TBL = 0x000080; // Cursor steht in Tabelle76 const SelectionType SEL_BEZ = 0x000800; // Bezierobjekte editieren79 const SelectionType SEL_MEDIA = 0x004000; // Media object81 const SelectionType SEL_FONTWORK = 0x010000; // fontwork82 const SelectionType SEL_POSTIT = 0x020000; //annotation[all …]
105 SelectionType eType;
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;
59 using ::com::sun::star::view::SelectionType;275 SelectionType eSelectionType; in setProperty()471 SelectionType eSelectionType; in getProperty()
1338 SelectionType eSelectionType; in setProperty()1431 SelectionType eSelectionType; in getProperty()
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;
230 return uno::makeAny( SelectionType(1) ); in ImplGetDefaultValue()281 ,mSelectionMode(SelectionType(1)) in UnoGridControl()
124 ::com::sun::star::view::SelectionType mSelectionMode;
68 SelectionType.idl\
34 published enum SelectionType
265 …DECL_PROP_2 ( "SelectionType", TREE_SELECTIONTYPE, ::com::sun::star::view::SelectionType, BOU… in ImplGetPropertyInfos()283 …SelectionModel", GRID_SELECTIONMODE, ::com::sun::star::view::SelectionType, BOUN… in ImplGetPropertyInfos()
20 "UnoTreeModel";"com::sun::star::awt::tree::TreeControlModel";"SelectionType"
144 SelectionType eType = rSh.GetSelectionType(); in InsertCaption()
1079 const SelectionType nSelType = rSh.GetSelectionType(); in StateTabWin()
133 … XTreeControlModelSet.setPropertyValue( "SelectionType",com.sun.star.view.SelectionType.NONE); in createTestEnvironment()
944 …) == TypeClass_ENUM && aSelectionType.getValueType() == ::getCppuType( (::view::SelectionType*)0 )) in readSelectionTypeAttr()946 ::view::SelectionType eSelectionType; in readSelectionTypeAttr()
1311 view::SelectionType eSelectionType; in importSelectionTypeProperty()
34 public static final Type SelectionType = new Type(com.sun.star.awt.Selection.class); field in Component
1487 SelectionType SwWrtShell::GetSelectionType() const in GetSelectionType()
1193 SelectionType eSelType = m_pView->GetWrtShell().GetSelectionType(); in IsTextSelection()
399 SelectionType nSelectionType = pWrtShell->GetSelectionType(); in GetData()
Completed in 498 milliseconds