Home
last modified time | relevance | path

Searched refs:kind (Results 1 – 25 of 170) sorted by relevance

1234567

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DSOfficeFactory.java378 Object oInt = oDocMSF.createInstance(kind); in createIndex()
423 ShapeDsc sDsc = new ShapeDsc(height, width, x, y, kind); in createShape()
435 public XDiagram createDiagram(XComponent oDoc, String kind) { in createDiagram() argument
447 System.out.println("Couldn't create " + kind + "-Diagram " + e); in createDiagram()
455 public XInterface createControl(XComponent oDoc, String kind) { in createControl() argument
465 System.out.println("Couldn't create instance " + kind + ": " + e); in createControl()
473 public Object createInstance(XComponent oDoc, String kind) { in createInstance() argument
480 oInstance = (Object) oDocMSF.createInstance(kind); in createInstance()
566 public XComponent openDoc(String kind, String frameName) in openDoc() argument
573 if (kind.equals("simpress")) { in openDoc()
[all …]
H A DFormTools.java65 int width, int x, int y, String kind ) { in createControlShape() argument
78 Object aCon = oDocMSF.createInstance("com.sun.star.form.component."+kind); in createControlShape()
81 model_props.setPropertyValue("DefaultControl","com.sun.star.form.control."+kind); in createControlShape()
113 Object aCon = oDocMSF.createInstance("com.sun.star.form.component."+kind); in createUnoControlShape()
138 int width, int x, int y, String kind ) { in createControlShapeWithDefaultControl() argument
150 Object aCon = oDocMSF.createInstance("com.sun.star.form.component."+kind); in createControlShapeWithDefaultControl()
172 public static XInterface createControl( XComponent oDoc, String kind ) { in createControl() argument
181 "com.sun.star.form.component."+kind); in createControl()
184 System.out.println( "Couldn't create instance "+ kind + ": "+ e ); in createControl()
216 int width, int x, int y, String kind ) { in insertControlShape() argument
[all …]
H A DDrawTools.java129 int y, String kind ) { in createShape() argument
132 ShapeDsc sDsc = new ShapeDsc( height, width, x, y, kind ); in createShape()
152 int y, String kind ) { in addShape() argument
155 y, kind ) ); in addShape()
H A DControlDsc.java40 public ControlDsc( String kind ) { in ControlDsc() argument
41 service="com.sun.star.form.component."+kind; in ControlDsc()
H A DStyleFamilyDsc.java39 public StyleFamilyDsc( String kind ) { in StyleFamilyDsc() argument
40 service = "com.sun.star.style." + kind; in StyleFamilyDsc()
H A DDefaultDsc.java40 public DefaultDsc( String Interface, String kind ) { in DefaultDsc() argument
41 service = kind; in DefaultDsc()
H A DShapeDsc.java44 public ShapeDsc( int nheight, int nwidth, int nx, int ny, String kind ) { in ShapeDsc() argument
49 service="com.sun.star.drawing."+kind+"Shape"; in ShapeDsc()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx510 aComboInfo.kind = kThemeComboBox; in drawNativeControl()
629 aPushInfo.kind = kThemeRoundedBevelButton; in drawNativeControl()
633 aPushInfo.kind = kThemePushButtonMini; in drawNativeControl()
638 aPushInfo.kind = kThemePushButtonNormal; in drawNativeControl()
653 aPushInfo.kind = kThemeBevelButton; in drawNativeControl()
734 aInfo.kind = kThemeDisclosureTriangle; in drawNativeControl()
796 aTrackDraw.kind = kThemeSliderMedium; in drawNativeControl()
829 aTrackDraw.kind = kThemeMediumScrollBar; in drawNativeControl()
931 aTabPaneDrawInfo.kind=kHIThemeTabKindNormal; in drawNativeControl()
1007 aListInfo.kind = kThemePopupButton; in drawNativeControl()
[all …]
/trunk/main/offapi/com/sun/star/frame/
H A DFrameAction.idl47 /** an event of this kind is broadcast whenever a component is
61 /** an event of this kind is broadcast whenever a component is
76 /** an event of this kind is broadcast whenever a component is
87 /** an event of this kind is broadcast whenever a component gets
100 /** an event of this kind is broadcasted immediately before the
114 /** an event of this kind is broadcast whenever a component changes
127 /** an event of this kind is broadcast by an active frame when it
135 /** an event of this kind is broadcast by an active frame when it
/trunk/main/offapi/com/sun/star/text/
H A DAccessiblePageView.idl76 A child of this kind is returned for every header
80 A child of this kind is returned for every footnote
84 A child of this kind is returned for every endnote
88 A child of this kind is returned for every paragraph
94 A child of this kind is returned for every table
100 A child of this kind is returned for every text
110 A child of this kind is returned for every graphic that
119 A child of this kind is returned for every embedded
128 A child of this kind (or one of its derived
H A DAccessibleTextDocumentView.idl72 A child of this kind is returned for every header
76 A child of this kind is returned for every footnote
80 A child of this kind is returned for every endnote
84 A child of this kind is returned for every paragraph
91 A child of this kind is returned for every table
97 kind is returned for every text frame that is at
107 A child of this kind is returned for every graphic that
116 A child of this kind is returned for every embedded
124 >AccessibleShape</type>: A child of this kind (or a
/trunk/main/configmgr/source/
H A Daccess.cxx124 switch (p->kind()) { in isValue()
266 if (getNode()->kind() == Node::KIND_GROUP) { in queryInterface()
682 switch (getNode()->kind()) { in initBroadcasterAndChanges()
1056 switch (p->kind()) { in getElementType()
1291 switch (getNode()->kind()) { in setName()
1806 switch (getNode()->kind()) { in replaceByName()
1849 switch (getNode()->kind()) { in insertByName()
2038 switch (p->kind()) { in getSubChild()
2090 switch (p->kind()) { in asProperty()
2156 switch (child->getNode()->kind()) { in checkKnownProperty()
[all …]
H A Dxcsparser.cxx67 original.is() && update.is() && original->kind() == update->kind() && in merge()
72 switch (original->kind()) { in merge()
83 if (i2->second->kind() == Node::KIND_PROPERTY && in merge()
89 } else if (i2->second->kind() == i1->second->kind()) { in merge()
105 } else if (i2->second->kind() == i1->second->kind() && in merge()
200 switch (elements_.top().node->kind()) { in startElement()
H A Dchildaccess.cxx227 switch (node_->kind()) { in setProperty()
271 switch (node_->kind()) { in asValue()
340 switch (node_->kind()) { in commitChanges()
375 getParentNode()->kind() == Node::KIND_GROUP in addSupportedServiceNames()
H A Dcomponents.cxx130 switch (node->kind()) { in canRemoveFromLayer()
388 if (parent->kind() == Node::KIND_SET) { in removeExtensionXcuFile()
390 node->kind() == Node::KIND_GROUP || in removeExtensionXcuFile()
391 node->kind() == Node::KIND_SET); in removeExtensionXcuFile()
/trunk/main/xmlhelp/source/treeview/
H A Dtvread.cxx58 : kind( other ), in TVDom()
93 bool isLeaf() const { return kind == TVDom::tree_leaf; } in isLeaf()
94 void setKind( Kind ind ) { kind = ind; } in setKind()
95 Kind getKind( ) const { return kind; } in getKind()
158 Kind kind; member in treeview::TVDom
434 TVDom::Kind kind; in start_handler() local
438 kind = TVDom::tree_node; in start_handler()
440 kind = TVDom::tree_leaf; in start_handler()
451 p->setKind( kind ); in start_handler()
/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx223 t_stringlist & getRcItemList( RcItem kind ) { in getRcItemList() argument
224 switch (kind) in getRcItemList()
292 bool addToUnoRc( RcItem kind, OUString const & url,
294 bool removeFromUnoRc( RcItem kind, OUString const & url,
296 bool hasInUnoRc( RcItem kind, OUString const & url );
1086 bool BackendImpl::addToUnoRc( RcItem kind, OUString const & url_, in addToUnoRc() argument
1092 t_stringlist & rSet = getRcItemList(kind); in addToUnoRc()
1106 RcItem kind, OUString const & url_, in removeFromUnoRc() argument
1112 getRcItemList(kind).remove( rcterm ); in removeFromUnoRc()
1121 RcItem kind, OUString const & url_ ) in hasInUnoRc() argument
[all …]
/trunk/main/codemaker/source/javamaker/
H A Djavatype.cxx147 PolymorphicUnoType(): kind(KIND_NONE) {} in PolymorphicUnoType()
150 Kind kind; member
205 polymorphicUnoType->kind = PolymorphicUnoType::KIND_NONE; in translateUnoTypeToDescriptor()
239 polymorphicUnoType->kind = rank == 0 in translateUnoTypeToDescriptor()
314 polymorphicUnoType->kind = PolymorphicUnoType::KIND_NONE; in translateUnoTypeToDescriptor()
470 Kind kind, rtl::OString const & name, SpecialType specialType,
521 polymorphicUnoType.kind == PolymorphicUnoType::KIND_NONE in TypeInfo()
526 Kind kind, rtl::OString const & name, SpecialType specialType, in TypeInfo() argument
529 m_kind(kind), m_name(name), in TypeInfo()
533 OSL_ASSERT(kind == KIND_ATTRIBUTE || kind == KIND_METHOD); in TypeInfo()
[all …]
/trunk/main/idlc/source/
H A Dastinterface.cxx359 InterfaceKind kind = optional in addVisibleInterface() local
364 VisibleInterfaces::value_type(ifc->getScopedName(), kind))); in addVisibleInterface()
367 if (!result.second && kind > result.first->second) { in addVisibleInterface()
368 result.first->second = kind; in addVisibleInterface()
/trunk/main/offapi/com/sun/star/ucb/
H A DContentInfoAttribute.idl48 /** The new content is of kind document.
55 /** The new content is of kind folder.
62 /** The new content is of kind link.
H A DContentInfo.idl46 kind of a content (e.g. "application/vnd.sun.star.hierarchy-link").
55 <p>These flags contain extra information on the content, like its kind
76 Properties member of the ContentInfo provided for this kind of
/trunk/main/offapi/com/sun/star/drawing/
H A DEllipseShape.idl78 /** This is the kind of circle.
84 /** If the kind specifies an open circle, this is the start angle.
90 /** If the kind specifies an open circle, this is the end angle.
/trunk/main/offapi/com/sun/star/form/component/
H A DHTMLForm.idl53 /** This service specifies the special kind of <type>Form</type>s for HTML documents.
88 /** specifies the kind of submission.
93 /** specifies the kind of encoding for submission.
/trunk/main/binaryurp/source/
H A Doutgoingrequest.hxx39 kind(theKind), member(theMember), setter(theSetter) in OutgoingRequest()
42 Kind kind; member
H A Dbridge.cxx900 OutgoingRequest::Kind kind, std::vector< BinaryAny > const & inArguments) in sendProtPropRequest() argument
903 kind == OutgoingRequest::KIND_REQUEST_CHANGE || in sendProtPropRequest()
904 kind == OutgoingRequest::KIND_COMMIT_CHANGE); in sendProtPropRequest()
907 kind == OutgoingRequest::KIND_REQUEST_CHANGE in sendProtPropRequest()
910 outgoingRequests_, protPropTid_, OutgoingRequest(kind, member, false)); in sendProtPropRequest()

Completed in 103 milliseconds

1234567