/trunk/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 …]
|
/trunk/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 …]
|
/trunk/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 …]
|
/trunk/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFunctionParser.cxx | 118 virtual ExpressionFunct getType() const in getType() function in __anonebc81da20111::ConstantValueExpression 167 virtual ExpressionFunct getType() const in getType() function in __anonebc81da20111::AdjustmentExpression 200 virtual ExpressionFunct getType() const in getType() function in __anonebc81da20111::EquationExpression 257 virtual ExpressionFunct getType() const in getType() function in __anonebc81da20111::EnumValueExpression 337 virtual ExpressionFunct getType() const in getType() function in __anonebc81da20111::UnaryFunctionExpression 508 virtual ExpressionFunct getType() const in getType() function in __anonebc81da20111::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 …]
|
/trunk/main/sal/qa/osl/socket/ |
H A D | osl_Socket2.cxx | 224 printf("#Type is %d \n", sSocket.getType( ) ); in TEST_F() 270 …ASSERT_TRUE(osl_Socket_TypeStream == assignSocket.getType( )) << "test for operators_assignment fu… in TEST_F() 789 class getType : public ::testing::Test class 805 TEST_F(getType, getType_001) in TEST_F() argument 810 …ASSERT_TRUE(osl_Socket_TypeStream == sSocket.getType( )) << "test for getType function: get type … in TEST_F() 813 TEST_F(getType, getType_002) in TEST_F() argument 818 …ASSERT_TRUE(osl_Socket_TypeDgram == sSocket.getType( )) << "test for getType function: get type o… in TEST_F() 824 TEST_F(getType, getType_003) in TEST_F() argument 829 TEST_F(getType, getType_003) in TEST_F() argument 834 …ASSERT_TRUE(osl_Socket_TypeRaw == sSocket.getType( )) << "test for getType function: get type of … in TEST_F() [all …]
|
H A D | osl_Socket.cxx | 1418 printf("#Type is %d \n", sSocket.getType( ) ); in TEST_F() 1467 …ASSERT_TRUE(osl_Socket_TypeStream == assignSocket.getType( )) << "test for operators_assignment fu… in TEST_F() 1990 class getType : public ::testing::Test class 2006 TEST_F(getType, getType_001) in TEST_F() argument 2011 …ASSERT_TRUE(osl_Socket_TypeStream == sSocket.getType( )) << "test for getType function: get type … in TEST_F() 2014 TEST_F(getType, getType_002) in TEST_F() argument 2019 …ASSERT_TRUE(osl_Socket_TypeDgram == sSocket.getType( )) << "test for getType function: get type o… in TEST_F() 2025 TEST_F(getType, getType_003) in TEST_F() argument 2030 TEST_F(getType, getType_003) in TEST_F() argument 2035 …ASSERT_TRUE(osl_Socket_TypeRaw == sSocket.getType( )) << "test for getType function: get type of … in TEST_F() [all …]
|
/trunk/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()
|
/trunk/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()
|
/trunk/main/svgio/source/svgreader/ |
H A D | svgnode.cxx | 295 if(SVGTokenSvg != getType()) in SvgNode() 530 if(SVGTokenDefs == getType() || in decomposeSvgNode() 531 SVGTokenSymbol == getType() || in decomposeSvgNode() 532 SVGTokenClipPathNode == getType() || in decomposeSvgNode() 533 SVGTokenMask == getType() || in decomposeSvgNode() 534 SVGTokenMarker == getType() || in decomposeSvgNode() 535 SVGTokenPattern == getType()) in decomposeSvgNode() 597 if(SVGTokenSvg == getType()) in decomposeSvgNode()
|
H A D | svgstyleattributes.cxx | 369 if(SVGTokenLinearGradient == rFillGradient.getType()) in add_fillGradient() 1096 …st bool bNeedToCheckClipRule(SVGTokenPath == mrOwner.getType() || SVGTokenPolygon == mrOwner.getTy… in add_path() 1113 if(SVGTokenPath == mrOwner.getType() || // path in add_path() 1114 SVGTokenPolygon == mrOwner.getType() || // polygon, polyline in add_path() 1115 SVGTokenLine == mrOwner.getType()) // line in add_path() 1240 mbIsClipPathContent(SVGTokenClipPathNode == mrOwner.getType()), in SvgStyleAttributes() 1281 … if(SVGTokenLinearGradient == pNode->getType() || SVGTokenRadialGradient == pNode->getType()) in parseStyleAttribute() 1285 else if(SVGTokenPattern == pNode->getType()) in parseStyleAttribute() 1336 … if(SVGTokenLinearGradient == pNode->getType() || SVGTokenRadialGradient == pNode->getType()) in parseStyleAttribute() 1340 else if(SVGTokenPattern == pNode->getType()) in parseStyleAttribute()
|
/trunk/main/writerfilter/source/ooxml/ |
H A D | OOXMLFastContextHandler.hxx | 128 virtual string getType() const { return "??"; } in getType() function in writerfilter::ooxml::OOXMLFastContextHandler 378 virtual string getType() const { return "Value"; } in getType() function in writerfilter::ooxml::OOXMLFastContextHandlerValue 412 virtual string getType() const { return "Table"; } in getType() function in writerfilter::ooxml::OOXMLFastContextHandlerTable 425 virtual string getType() const { return "XNote"; } in getType() function in writerfilter::ooxml::OOXMLFastContextHandlerXNote 449 virtual string getType() const { return "TextTableCell"; } in getType() function in writerfilter::ooxml::OOXMLFastContextHandlerTextTableCell 462 virtual string getType() const { return "TextTableRow"; } in getType() function in writerfilter::ooxml::OOXMLFastContextHandlerTextTableRow 476 virtual string getType() const { return "TextTable"; } in getType() function in writerfilter::ooxml::OOXMLFastContextHandlerTextTable 499 virtual string getType() const { return "Shape"; } in getType() function in writerfilter::ooxml::OOXMLFastContextHandlerShape 596 virtual string getType() const;
|
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xml/ |
H A D | XMLScanner.java | 94 switch (Character.getType(nC)) in ProvideToken() 134 switch (Character.getType(PeekCharacter())) in ProvideToken() 253 Character.getType(PeekCharacter()))); in ScanSymbol() 267 switch(Character.getType(PeekCharacter())) in ScanIdentifier() 276 Character.getType(PeekCharacter()))); in ScanIdentifier() 305 switch(Character.getType(PeekCharacter())) in ScanWhitespace()
|
/trunk/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()
|
/trunk/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()
|
/trunk/main/jurt/java/jurt/src/main/java/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()
|
/trunk/main/jurt/java/jurt/src/main/java/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() 382 return (getType(object).getTypeClass().getValue() == what.getValue()); in containsType() 397 type = a.getType(); in convertSimple()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/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()
|
/trunk/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()
|
/trunk/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()
|
/trunk/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()
|
/trunk/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()
|
/trunk/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
|
/trunk/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()
|
/trunk/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()
|