/aoo41x/main/sd/source/filter/ppt/ |
H A D | pptinanimations.cxx | 1431 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 …]
|
/aoo41x/main/svx/inc/ |
H A D | sjctrl.hxx | 77 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 …]
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | OfficeDocumentReportTarget.java | 1370 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 …]
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFunctionParser.cxx | 118 virtual ExpressionFunct getType() const in getType() function in __anon7433988a0111::ConstantValueExpression 167 virtual ExpressionFunct getType() const in getType() function in __anon7433988a0111::AdjustmentExpression 200 virtual ExpressionFunct getType() const in getType() function in __anon7433988a0111::EquationExpression 257 virtual ExpressionFunct getType() const in getType() function in __anon7433988a0111::EnumValueExpression 337 virtual ExpressionFunct getType() const in getType() function in __anon7433988a0111::UnaryFunctionExpression 508 virtual ExpressionFunct getType() const in getType() function in __anon7433988a0111::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 …]
|
/aoo41x/main/wizards/com/sun/star/wizards/common/ |
H A D | ConfigGroup.java | 60 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()
|
/aoo41x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_content.cxx | 337 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 D | tdoc_contentcaps.cxx | 105 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()
|
/aoo41x/main/sal/qa/osl/socket/ |
H A D | osl_Socket2.cxx | 189 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 D | osl_Socket.cxx | 1524 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 …]
|
/aoo41x/main/svgio/source/svgreader/ |
H A D | svgnode.cxx | 170 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 D | svgstyleattributes.cxx | 334 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()
|
/aoo41x/main/writerfilter/source/ooxml/ |
H A D | OOXMLFastContextHandler.hxx | 128 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 D | OOXMLFastHelper.hxx | 75 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()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
H A D | ImageElementLayoutController.java | 197 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()
|
/aoo41x/main/stoc/test/ |
H A D | testcorefl.cxx | 198 …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()
|
/aoo41x/main/jurt/com/sun/star/uno/ |
H A D | AnyConverter.java | 37 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()
|
/aoo41x/main/qadevOOo/tests/java/ifc/table/ |
H A D | _XCell.java | 106 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()
|
/aoo41x/main/jurt/com/sun/star/lib/uno/bridges/java_remote/ |
H A D | java_remote_bridge.java | 109 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()
|
/aoo41x/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | DataAwareFields.java | 59 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()
|
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | PropertySetMixin.java | 658 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()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | sqlmessage.cxx | 307 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()
|
/aoo41x/main/toolkit/source/helper/ |
H A D | formpdfexport.cxx | 437 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()
|
/aoo41x/main/scripting/source/provider/ |
H A D | BrowseNodeFactoryImpl.cxx | 159 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
|
/aoo41x/main/binaryurp/source/ |
H A D | proxy.cxx | 86 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()
|
/aoo41x/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/ |
H A D | ScriptSelector.java | 119 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()
|