Home
last modified time | relevance | path

Searched refs:getType (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/aoo4110/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx1431 switch( pChildAtom->getType() ) in importTimeContainer()
1534 switch( pChildAtom->getType() ) in importAnimationNodeContainer()
1610 switch( pChildAtom->getType() ) in importAnimateFilterContainer()
1692 switch( pChildAtom->getType() ) in importAnimateAttributeTargetContainer()
1899 switch( pChildAtom->getType() ) in importAnimateColorContainer()
1971 switch( pChildAtom->getType() ) in importAnimateSetContainer()
2030 switch( pChildAtom->getType() ) in importAnimateContainer()
2109 switch( pChildAtom->getType() ) in importAnimateMotionContainer()
2190 switch( pChildAtom->getType() ) in importCommandContainer()
2328 switch( pChildAtom->getType() ) in importAudioContainer()
[all …]
/aoo4110/main/svx/inc/
H A Dsjctrl.hxx77 virtual String getType() const;
107 virtual String getType() const;
137 virtual String getType() const;
188 virtual String getType() const;
227 virtual String getType() const;
364 virtual String getType() const;
415 virtual String getType() const;
468 virtual String getType() const;
499 virtual String getType() const;
528 virtual String getType() const;
[all …]
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java1370 buffer.append(imageAreaHeightVal.getType().getType()); in startImageProcessing()
1373 buffer.append(imageAreaWidthVal.getType().getType()); in startImageProcessing()
1376 buffer.append(imageAreaHeightVal.getType().getType()); in startImageProcessing()
1379 buffer.append(imageAreaWidthVal.getType().getType()); in startImageProcessing()
1393 buffer.append(imageAreaWidthVal.getType().getType()); in startImageProcessing()
1396 buffer.append(imageAreaWidthVal.getType().getType()); in startImageProcessing()
1411 buffer.append(imageAreaHeightVal.getType().getType()); in startImageProcessing()
1414 buffer.append(imageAreaHeightVal.getType().getType()); in startImageProcessing()
1457 … frameList.setAttribute(OfficeNamespaces.SVG_NS, "x", posX.getValue() + posX.getType().getType()); in startImageProcessing()
1466 … "width", imageAreaWidthVal.getValue() + imageAreaWidthVal.getType().getType()); in startImageProcessing()
[all …]
/aoo4110/main/svx/source/customshapes/
H A DEnhancedCustomShapeFunctionParser.cxx118 virtual ExpressionFunct getType() const in getType() function in __anon027cc1530111::ConstantValueExpression
167 virtual ExpressionFunct getType() const in getType() function in __anon027cc1530111::AdjustmentExpression
200 virtual ExpressionFunct getType() const in getType() function in __anon027cc1530111::EquationExpression
257 virtual ExpressionFunct getType() const in getType() function in __anon027cc1530111::EnumValueExpression
337 virtual ExpressionFunct getType() const in getType() function in __anon027cc1530111::UnaryFunctionExpression
508 virtual ExpressionFunct getType() const in getType() function in __anon027cc1530111::BinaryFunctionExpression
521 if ( mpFirstArg->getType() == ENUM_FUNC_ADJUSTMENT ) in fillNode()
531 else if ( mpSecondArg->getType() == ENUM_FUNC_ADJUSTMENT ) in fillNode()
603 …if ( ( mpFirstArg->getType() == UNARY_FUNC_SIN ) || ( mpFirstArg->getType() == UNARY_FUNC_COS ) ||… in fillNode()
605 …else if ( ( mpSecondArg->getType() == UNARY_FUNC_SIN ) || ( mpSecondArg->getType() == UNARY_FUNC_C… in fillNode()
[all …]
/aoo4110/main/wizards/com/sun/star/wizards/common/
H A DConfigGroup.java60 Class fieldType = field.getType(); in writeField()
87 if (field.getType().equals(Boolean.TYPE)) in convertValue()
91 if (field.getType().equals(Integer.TYPE)) in convertValue()
95 if (field.getType().equals(Short.TYPE)) in convertValue()
99 if (field.getType().equals(Float.TYPE)) in convertValue()
103 if (field.getType().equals(Double.TYPE)) in convertValue()
135 Class fieldType = field.getType(); in readField()
/aoo4110/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx337 if ( m_aProps.getType() == STREAM ) in getSupportedServiceNames()
340 else if ( m_aProps.getType() == FOLDER ) in getSupportedServiceNames()
901 ContentType eType = m_aProps.getType(); in exchangeIdentity()
1116 ContentType eType = rData.getType(); in getPropertyValues()
1697 ContentType eType = m_aProps.getType(); in insert()
1873 ContentType eType = m_aProps.getType(); in destroy()
2122 if ( m_aProps.getType() == DOCUMENT ) in transfer()
2487 ContentType eType = m_aProps.getType(); in storeData()
2629 ContentType eType = m_aProps.getType(); in renameData()
3078 if ( getType() == DOCUMENT ) in getCreatableContentsInfo()
[all …]
H A Dtdoc_contentcaps.cxx105 if ( m_aProps.getType() == STREAM ) in getProperties()
165 else if ( m_aProps.getType() == FOLDER ) in getProperties()
233 else if ( m_aProps.getType() == DOCUMENT ) in getProperties()
310 OSL_ENSURE( m_aProps.getType() == ROOT, "Wrong content type!" ); in getProperties()
372 if ( m_aProps.getType() == STREAM ) in getCommands()
502 else if ( m_aProps.getType() == FOLDER ) in getCommands()
578 else if ( m_aProps.getType() == DOCUMENT ) in getCommands()
652 OSL_ENSURE( m_aProps.getType() == ROOT, "Wrong content type!" ); in getCommands()
/aoo4110/main/sal/qa/osl/socket/
H A Dosl_Socket2.cxx189 osl_Socket_TypeStream == sSocket.getType( ) ); in ctors_acquire()
198 osl_Socket_TypeStream == sSocket.getType( ) ); in ctors_no_acquire()
208 osl_Socket_TypeStream == copySocket.getType( ) ); in ctors_copy_ctor()
228 t_print("#Type is %d \n", sSocket.getType( ) ); in ctors_family_Ipx()
231 osl_Socket_TypeStream == sSocket.getType( ) ); in ctors_family_Ipx()
291 osl_Socket_TypeStream == assignSocket.getType( ) ); in operators_assignment()
895 class getType : public CppUnit::TestFixture class
917 osl_Socket_TypeStream == sSocket.getType( ) ); in getType_001()
926 osl_Socket_TypeDgram == sSocket.getType( ) ); in getType_002()
944 osl_Socket_TypeRaw == sSocket.getType( ) ); in getType_003()
[all …]
H A Dosl_Socket.cxx1524 osl_Socket_TypeStream == sSocket.getType( ) ); in ctors_acquire()
1533 osl_Socket_TypeStream == sSocket.getType( ) ); in ctors_no_acquire()
1563 t_print("#Type is %d \n", sSocket.getType( ) ); in ctors_family_Ipx()
1566 osl_Socket_TypeStream == sSocket.getType( ) ); in ctors_family_Ipx()
2230 class getType : public CppUnit::TestFixture class
2252 osl_Socket_TypeStream == sSocket.getType( ) ); in getType_001()
2261 osl_Socket_TypeDgram == sSocket.getType( ) ); in getType_002()
2279 osl_Socket_TypeRaw == sSocket.getType( ) ); in getType_003()
2283 CPPUNIT_TEST_SUITE( getType );
2843 osl_Socket_TypeStream == ssSocket.getType( ) ); in ctors_acquire()
[all …]
/aoo4110/main/svgio/source/svgreader/
H A Dsvgnode.cxx170 if(SVGTokenSvg != getType()) in SvgNode()
396 if(SVGTokenDefs == getType() || in decomposeSvgNode()
397 SVGTokenSymbol == getType() || in decomposeSvgNode()
398 SVGTokenClipPathNode == getType() || in decomposeSvgNode()
399 SVGTokenMask == getType() || in decomposeSvgNode()
400 SVGTokenMarker == getType() || in decomposeSvgNode()
401 SVGTokenPattern == getType()) in decomposeSvgNode()
463 if(SVGTokenSvg == getType()) in decomposeSvgNode()
H A Dsvgstyleattributes.cxx334 if(SVGTokenLinearGradient == rFillGradient.getType()) in add_fillGradient()
1061 …st bool bNeedToCheckClipRule(SVGTokenPath == mrOwner.getType() || SVGTokenPolygon == mrOwner.getTy… in add_path()
1078 if(SVGTokenPath == mrOwner.getType() || // path in add_path()
1079 SVGTokenPolygon == mrOwner.getType() || // polygon, polyline in add_path()
1080 SVGTokenLine == mrOwner.getType()) // line in add_path()
1205 mbIsClipPathContent(SVGTokenClipPathNode == mrOwner.getType()), in SvgStyleAttributes()
1242 … if(SVGTokenLinearGradient == pNode->getType() || SVGTokenRadialGradient == pNode->getType()) in parseStyleAttribute()
1246 else if(SVGTokenPattern == pNode->getType()) in parseStyleAttribute()
1297 … if(SVGTokenLinearGradient == pNode->getType() || SVGTokenRadialGradient == pNode->getType()) in parseStyleAttribute()
1301 else if(SVGTokenPattern == pNode->getType()) in parseStyleAttribute()
/aoo4110/main/writerfilter/source/ooxml/
H A DOOXMLFastContextHandler.hxx128 virtual string getType() const { return "??"; } in getType() function in writerfilter::ooxml::OOXMLFastContextHandler
384 virtual string getType() const { return "Value"; } in getType() function in writerfilter::ooxml::OOXMLFastContextHandlerValue
418 virtual string getType() const { return "Table"; } in getType() function in writerfilter::ooxml::OOXMLFastContextHandlerTable
431 virtual string getType() const { return "XNote"; } in getType() function in writerfilter::ooxml::OOXMLFastContextHandlerXNote
455 virtual string getType() const { return "TextTableCell"; } in getType() function in writerfilter::ooxml::OOXMLFastContextHandlerTextTableCell
468 virtual string getType() const { return "TextTableRow"; } in getType() function in writerfilter::ooxml::OOXMLFastContextHandlerTextTableRow
482 virtual string getType() const { return "TextTable"; } in getType() function in writerfilter::ooxml::OOXMLFastContextHandlerTextTable
505 virtual string getType() const { return "Shape"; } in getType() function in writerfilter::ooxml::OOXMLFastContextHandlerShape
602 virtual string getType() const;
H A DOOXMLFastHelper.hxx75 debug_logger->attribute("context", pHandler->getType()); in createAndSetParent()
86 debug_logger->attribute("context", pHandler->getType()); in createAndSetParent()
108 debug_logger->attribute("context", pHandler->getType()); in createAndSetParentAndDefine()
144 debug_logger->attribute("context", pHandler->getType()); in createAndSetParentRef()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DImageElementLayoutController.java197 final String type = tableCell.getType(); in findNodeInSection()
210 …ce) || (!ObjectUtilities.equal(child.getType(), type) && (secondType == null || !ObjectUtilities.e… in findNodeInSection()
233 …OfficeNamespaces.TABLE_NS.equals(element.getNamespace()) && "table-cell".equals(element.getType())) in findParentCell()
275 …Namespace(), OfficeNamespaces.TABLE_NS) || !ObjectUtilities.equal(column.getType(), OfficeToken.TA… in addColumnStyles()
303 …getNamespace(), OfficeNamespaces.TABLE_NS) || !ObjectUtilities.equal(row.getType(), OfficeToken.TA… in addRowStyles()
/aoo4110/main/stoc/test/
H A Dtestcorefl.cxx198 …rray()[6]->getExceptionTypes().getArray()[2]->getFields().getArray()[0]->getType()->getTypeClass()… in test_corefl()
199 …rray()[6]->getExceptionTypes().getArray()[2]->getFields().getArray()[0]->getType()->getName() == O… in test_corefl()
200 …rray()[6]->getExceptionTypes().getArray()[2]->getFields().getArray()[1]->getType()->getTypeClass()… in test_corefl()
201 …rray()[6]->getExceptionTypes().getArray()[2]->getFields().getArray()[1]->getType()->getName() == O… in test_corefl()
202 …rray()[6]->getExceptionTypes().getArray()[2]->getFields().getArray()[2]->getType()->getTypeClass()… in test_corefl()
203 …rray()[6]->getExceptionTypes().getArray()[2]->getFields().getArray()[2]->getType()->getName() == O… in test_corefl()
210 …uleA.StructC") ))->getField(OUString::createFromAscii("aInterfaceSeq"))->getType(), "test_RegCoreR… in test_corefl()
221 …oduleA.StructC"))->getField(OUString::createFromAscii("aInterfaceSeq"))->getType()->createObject(a… in test_corefl()
/aoo4110/main/jurt/com/sun/star/uno/
H A DAnyConverter.java37 static public Type getType( Object object ) in getType() method in AnyConverter
46 t = ((Any)object).getType(); in getType()
49 return getType( ((Any)object).getObject() ); in getType()
164 int tc = getType(object).getTypeClass().getValue(); in isObject()
381 return (getType(object).getTypeClass().getValue() == what.getValue()); in containsType()
396 type = a.getType(); in convertSimple()
/aoo4110/main/qadevOOo/tests/java/ifc/table/
H A D_XCell.java106 if(oObj.getType() == CellContentType.EMPTY) result &= true ; in _getType()
107 else if (oObj.getType() == CellContentType.VALUE) result &= true ; in _getType()
108 else if (oObj.getType() == CellContentType.TEXT) result &= true ; in _getType()
109 else if (oObj.getType() == CellContentType.FORMULA) result &= true ; in _getType()
/aoo4110/main/jurt/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java109 Type type = new Type(msg.getType()); in run()
207 public Type getType() { in getType() method in java_remote_bridge.RefHolder
233 if (type.isSupertypeOf(rh.getType())) { in hasRefHolder()
252 if (rh.getType().equals(type)) { in addRefHolder()
270 if (rh.getType().equals(type)) { in remRefHolder()
299 _java_environment.revokeInterface(oid, rh.getType()); in freeHolders()
652 if (a.getType().getTypeClass() == TypeClass.INTERFACE) { in sendRequest()
/aoo4110/main/wizards/com/sun/star/wizards/ui/event/
H A DDataAwareFields.java59 Class c = f.getType(); in getFieldValueFor()
377 if (field.getType().equals(String.class)) in get()
381 if (field.getType().equals(Short.class)) in get()
385 if (field.getType().equals(Integer.class)) in get()
389 if (field.getType().equals(short[].class)) in get()
/aoo4110/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java658 XTypeDescription t = attr.getType(); in initProperties()
747 XIdlField2.class, idlClass.getField(name)).getType(), in setProperty()
775 AnyConverter.getType(e.TargetException)) in setProperty()
780 AnyConverter.getType(e.TargetException)) in setProperty()
816 AnyConverter.getType(e.TargetException)) in getProperty()
834 String typeName = AnyConverter.getType(value).getTypeName(); in getProperty()
930 value, field.getType(), false, false, wrapDefaulted, in wrapValue()
957 value, field.getType(), wrapAmbiguous, isAmbiguous, in wrapValue()
988 value, field.getType(), wrapAmbiguous, isAmbiguous, in wrapValue()
/aoo4110/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx307 ExceptionDisplayInfo aDisplayInfo( aCurrentElement.getType() ); in lcl_buildExceptionChain()
322 aDisplayInfo.pImageProvider = _rFactory.getImageProvider( aCurrentElement.getType() ); in lcl_buildExceptionChain()
323 … aDisplayInfo.pLabelProvider = _rFactory.getLabelProvider( aCurrentElement.getType(), false ); in lcl_buildExceptionChain()
327 if ( aCurrentElement.getType() == SQLExceptionInfo::SQL_CONTEXT ) in lcl_buildExceptionChain()
332 ExceptionDisplayInfo aSubInfo( aCurrentElement.getType() ); in lcl_buildExceptionChain()
335 … aSubInfo.pImageProvider = _rFactory.getImageProvider( aCurrentElement.getType() ); in lcl_buildExceptionChain()
336 … aSubInfo.pLabelProvider = _rFactory.getLabelProvider( aCurrentElement.getType(), true ); in lcl_buildExceptionChain()
/aoo4110/main/toolkit/source/helper/
H A Dformpdfexport.cxx437 if ( _rpDescriptor->getType() == ::vcl::PDFWriter::Edit ) in describePDFControl()
471 if ( _rpDescriptor->getType() == ::vcl::PDFWriter::PushButton ) in describePDFControl()
535 if ( _rpDescriptor->getType() == ::vcl::PDFWriter::CheckBox ) in describePDFControl()
545 if ( _rpDescriptor->getType() == ::vcl::PDFWriter::RadioButton ) in describePDFControl()
564 if ( _rpDescriptor->getType() == ::vcl::PDFWriter::ListBox ) in describePDFControl()
597 if ( _rpDescriptor->getType() == ::vcl::PDFWriter::ComboBox ) in describePDFControl()
/aoo4110/main/scripting/source/provider/
H A DBrowseNodeFactoryImpl.cxx159 virtual sal_Int16 SAL_CALL getType() in getType() function in browsenodefactory::BrowseNodeAggregator
245 virtual sal_Int16 SAL_CALL getType() in getType() function in browsenodefactory::LocationBrowseNode
481 virtual sal_Int16 SAL_CALL getType() in getType() function in browsenodefactory::DefaultBrowseNode
484 return m_xWrappedBrowseNode->getType(); in getType()
590 virtual sal_Int16 SAL_CALL getType() in getType() function in browsenodefactory::DefaultRootBrowseNode
663 virtual sal_Int16 SAL_CALL getType() in getType() function in browsenodefactory::SelectorBrowseNode
/aoo4110/main/binaryurp/source/
H A Dproxy.cxx86 css::uno::TypeDescription Proxy::getType() const { in getType() function in binaryurp::Proxy
194 ret.getType().get()->eTypeClass == typelib_TypeClass_EXCEPTION); in do_dispatch_throw()
196 *exception, ret.getValue(ret.getType()), ret.getType().get(), 0); in do_dispatch_throw()
/aoo4110/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/
H A DScriptSelector.java119 xbn.getType() == BrowseNodeTypes.SCRIPT) in show()
306 if (xbn.getType() == BrowseNodeTypes.SCRIPT && props != null) in initUI()
406 if (xbn.getType() == BrowseNodeTypes.SCRIPT) { in getTreeCellRendererComponent()
409 else if(xbn.getType() == BrowseNodeTypes.CONTAINER) { in getTreeCellRendererComponent()
412 else if(xbn.getType() == BrowseNodeTypes.ROOT) { in getTreeCellRendererComponent()

Completed in 179 milliseconds

12345678910>>...16