/aoo42x/main/qadevOOo/tests/java/ifc/awt/ |
H A D | _XScrollBar.java | 160 oObj.setValues(80, 200, 300); in _setValues() 161 oObj.setValues(70, 210, 500); in _setValues()
|
H A D | _XSpinValue.java | 151 oObj.setValues(80, 200, 180); in _setValues() 152 oObj.setValues(70, 210, 200); in _setValues()
|
/aoo42x/main/chart2/source/tools/ |
H A D | StatisticsHelper.cxx | 148 xLSeq->setValues( xNewSequence ); in lcl_addSequenceToDataSource() 303 xLSeq->setValues( xNewSequence ); in setErrorDataSequence()
|
H A D | LabeledDataSequence.cxx | 82 void SAL_CALL LabeledDataSequence::setValues( in setValues() function in chart::LabeledDataSequence
|
/aoo42x/main/testtools/source/bridgetest/cli/ |
H A D | cli_vb_testobj.vb | 89 Public Overridable Sub setValues( _ 96 Implements XBridgeTest2.setValues
|
/aoo42x/main/stoc/test/ |
H A D | testiadapter.cxx | 174 virtual void SAL_CALL setValues( sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, 365 _xLBT->setValues( aBool, aChar, nByte, nShort, nUShort, nLong, nULong, in invoke() 678 void Test_Impl::setValues( sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in setValues() function in Test_Impl 783 xLBT->setValues( in performTest()
|
/aoo42x/main/udkapi/com/sun/star/test/bridge/ |
H A D | XBridgeTest.idl | 116 [oneway] void setValues( [in] boolean bBool, [in] char cChar, [in] byte nByte, 129 * by setValues or (if not called before) default constructed values.
|
/aoo42x/main/xmloff/source/chart/ |
H A D | SchXMLTableContext.cxx | 1005 aLSeqIt->second->setValues( xNewSeq ); in switchRangesFromOuterToInternalIfNecessary() 1025 aLSeqIt->second->setValues( xNewSequence ); in switchRangesFromOuterToInternalIfNecessary() 1036 aLSeqIt->second->setValues( xNewSequence ); in switchRangesFromOuterToInternalIfNecessary()
|
H A D | SchXMLTools.cxx | 488 xLabeledSeq->setValues( xSeq ); in CreateCategories() 764 xLabeledSeq->setValues( xNewSeq ); in switchBackToDataProviderFromParent()
|
H A D | SchXMLSeries2Context.cxx | 240 xLabeledSeq->setValues( xSeq ); in lcl_createAndAddSequenceToSeries() 433 xLabeledSeq->setValues( xSeq ); in StartElement()
|
/aoo42x/main/toolkit/inc/toolkit/awt/ |
H A D | vclxspinbutton.hxx | 68 …virtual void SAL_CALL setValues( sal_Int32 minValue, sal_Int32 maxValue, sal_Int32 currentValue ) …
|
/aoo42x/main/offapi/com/sun/star/chart2/data/ |
H A D | XLabeledDataSequence.idl | 56 void setValues( [in] XDataSequence xSequence );
|
/aoo42x/main/chart2/source/controller/dialogs/ |
H A D | tp_DataSource.cxx | 916 … xLabeledSeq->setValues( xDataProvider->createDataSequenceByRangeRepresentation( aRange )); in updateModelFromControl() 1034 xLabeledSeq->setValues( xNewSeq ); in updateModelFromControl()
|
H A D | DataBrowserModel.cxx | 386 aLSequences[nSeqIdx]->setValues( (*aSharedIt)->getValues()); in insertDataSeries() 399 aLSequences[nSeqIdx]->setValues( xNewSeq ); in insertDataSeries()
|
/aoo42x/main/chart2/source/inc/ |
H A D | LabeledDataSequence.hxx | 79 virtual void SAL_CALL setValues(
|
/aoo42x/main/testtools/source/bridgetest/pyuno/ |
H A D | samplecomponent.py | 73 def setValues( self, bBool, cChar, nByte, nShort, nUShort, nLong,\ member in SampleUnoComponent
|
/aoo42x/main/toolkit/inc/toolkit/controls/ |
H A D | tkspinbutton.hxx | 101 …virtual void SAL_CALL setValues( sal_Int32 minValue, sal_Int32 maxValue, sal_Int32 currentValue ) …
|
H A D | tkscrollbar.hxx | 97 …void SAL_CALL setValues( sal_Int32 nValue, sal_Int32 nVisible, sal_Int32 nMax ) throw(::com::sun::…
|
/aoo42x/main/qadevOOo/objdsc/toolkit/ |
H A D | com.sun.star.comp.toolkit.UnoSpinButtonControl.csv | 12 "UnoSpinButtonControl";"com::sun::star::awt::XSpinValue";"setValues()"
|
H A D | stardiv.toolkit.UnoScrollBarControl.csv | 12 "UnoScrollBarControl";"com::sun::star::awt::XScrollBar";"setValues()"
|
/aoo42x/main/testtools/source/bridgetest/idl/ |
H A D | bridgetest.idl | 206 [oneway] void setValues( [in] boolean bBool, [in] char cChar, [in] byte nByte, 219 * by setValues or (if not called before) default constructed values.
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XScrollBar.idl | 69 [oneway] void setValues( [in] long nValue,
|
H A D | XSpinValue.idl | 75 [oneway] void setValues( [in] long minValue, [in] long maxValue, [in] long currentValue );
|
/aoo42x/main/vcl/inc/ |
H A D | printdlg.hxx | 92 void setValues( int i_nOrderMode, int i_nColumns, int i_nRows ) in setValues() function in vcl::PrintDialog::ShowNupOrderWindow
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxspinbutton.cxx | 151 …void SAL_CALL VCLXSpinButton::setValues( sal_Int32 minValue, sal_Int32 maxValue, sal_Int32 current… in setValues() function in toolkit::VCLXSpinButton
|