Home
last modified time | relevance | path

Searched refs:getValue (Results 426 – 450 of 811) sorted by relevance

1...<<11121314151617181920>>...33

/trunk/main/svx/source/unodraw/
H A DXPropertyTable.cxx375 …if( !rAny.getValue() || rAny.getValueType() != ::getCppuType((const drawing::PolyPolygonBezierCoor… in getEntry()
379 drawing::PolyPolygonBezierCoords* pCoords = (drawing::PolyPolygonBezierCoords*)rAny.getValue(); in getEntry()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DUITools.java102 private static Object getValue(XInterface xInt) in getValue() method in UITools
245 return (Integer) getValue(xRB); in getRadioButtonValue()
/trunk/main/odk/examples/java/Inspector/
H A DIntrospector.java314 return aType.getTypeClass().getValue() == TypeClass.SEQUENCE_value; in isObjectSequence()
583 switch (aTypeClass.getValue()){ in getValueOfText()
/trunk/main/eventattacher/source/
H A Deventattacher.cxx76 …virtual Any SAL_CALL getValue(const OUString& PropertyName) throw( UnknownPropertyException, Runti…
185 Any SAL_CALL InvocationToAllListenerMapper::getValue(const OUString& ) in getValue() function in comp_EventAttacher::InvocationToAllListenerMapper
/trunk/main/writerfilter/source/dmapper/
H A DTblStylePrHandler.cxx77 Value::Pointer_t pValue = rSprm.getValue(); in lcl_sprm()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/
H A DFormattedTextReadHandler.java63 final String formula = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "formula"); in startParsing()
/trunk/main/i18nutil/inc/i18nutil/
H A Dcasefolding.hxx73 …static Mapping& getValue(const sal_Unicode* str, sal_Int32 pos, sal_Int32 len, com::sun::star::lan…
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DODescriptor.java50 public Object getValue() { in registerProperties()
H A DOIndexColumn.java66 public Object getValue() { in registerProperties()
/trunk/main/connectivity/source/commontools/
H A Dwarningscontainer.cxx57 … const SQLException* pChainTravel = static_cast< const SQLException* >( _rChainLeft.getValue() ); in lcl_concatWarnings()
/trunk/main/vbahelper/source/msforms/
H A Dvbascrollbar.hxx38 virtual css::uno::Any SAL_CALL getValue() throw (css::uno::RuntimeException);
H A Dvbalabel.cxx51 ScVbaLabel::getValue() throw (css::uno::RuntimeException) in getValue() function in ScVbaLabel
H A Dvbacheckbox.cxx54 ScVbaCheckbox::getValue() throw (css::uno::RuntimeException) in getValue() function in ScVbaCheckbox
H A Dvbaradiobutton.cxx53 ScVbaRadioButton::getValue() throw (css::uno::RuntimeException) in getValue() function in ScVbaRadioButton
H A Dvbaspinbutton.cxx41 ScVbaSpinButton::getValue() throw (css::uno::RuntimeException) in getValue() function in ScVbaSpinButton
/trunk/main/vcl/unx/generic/dtrans/
H A Dconfig.cxx93 const OUString* pLine = (const OUString*)pValue->getValue(); in DtransX11ConfigItem()
/trunk/main/sw/source/core/fields/
H A Dscrptfld.cxx142 bCodeURL = *(sal_Bool*)rAny.getValue(); in PutValue()
/trunk/main/configmgr/source/
H A Dpropertynode.cxx66 css::uno::Any PropertyNode::getValue(Components & components) { in getValue() function in configmgr::PropertyNode
/trunk/main/binaryurp/source/
H A Dbinaryany.cxx83 void * BinaryAny::getValue(css::uno::TypeDescription const & type) const in getValue() function in binaryurp::BinaryAny
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/table/
H A D_XTableRows.java119 getting = range.getCellByPosition(0,row).getValue(); in checkCell()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/
H A DCaretSpinnerModel.java81 public Object getValue () in getValue() method in CaretSpinnerModel
/trunk/main/xmlsecurity/tools/uno/
H A DAdapterNode.java152 s += " "+ attr.getName()+"='"+attr.getValue() + "'"; in toString()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DVariablesDeclarations.java97 final String varName = (String) entry.getValue(); in getDefinedMappings()
/trunk/main/sc/source/ui/vba/
H A Dvbawsfunction.hxx44 …virtual css::uno::Any SAL_CALL getValue(const rtl::OUString& PropertyName) throw(css::beans::Unkn…
/trunk/main/xmloff/source/draw/
H A Dshapeexport2.cxx834 …wing::PointSequenceSequence* pSourcePolyPolygon = (drawing::PointSequenceSequence*)aAny.getValue();
1022 …::UnoPolyPolygonBezierCoordsToB2DPolyPolygon(*(drawing::PolyPolygonBezierCoords*)aAny.getValue()));
1043 …ools::UnoPointSequenceSequenceToB2DPolyPolygon(*(drawing::PointSequenceSequence*)aAny.getValue()));
1438 …::PolyPolygonBezierCoords* pSourcePolyPolygon = (drawing::PolyPolygonBezierCoords*)aAny.getValue();

Completed in 103 milliseconds

1...<<11121314151617181920>>...33