Home
last modified time | relevance | path

Searched refs:increment (Results 1 – 25 of 120) sorted by relevance

12345

/trunk/main/basegfx/inc/basegfx/raster/
H A Drasterconvert3d.hxx69 void increment(double fStep) { mfVal += fStep * mfInc; } in increment() function in basegfx::ip_single
95 void increment(double fStep) { maX.increment(fStep); maY.increment(fStep); } in increment() function in basegfx::ip_double
125 … void increment(double fStep) { maX.increment(fStep); maY.increment(fStep); maZ.increment(fStep); } in increment() function in basegfx::ip_triple
375 maX.increment(fStep); in incrementRasterConversionLineEntry3D()
376 maZ.increment(fStep); in incrementRasterConversionLineEntry3D()
381 rProvider.getColorInterpolators()[mnColorIndex].increment(fStep); in incrementRasterConversionLineEntry3D()
386 rProvider.getNormalInterpolators()[mnNormalIndex].increment(fStep); in incrementRasterConversionLineEntry3D()
391 rProvider.getTextureInterpolators()[mnTextureIndex].increment(fStep); in incrementRasterConversionLineEntry3D()
396 rProvider.getInverseTextureInterpolators()[mnInverseTextureIndex].increment(fStep); in incrementRasterConversionLineEntry3D()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbapictureformat.cxx91 ScVbaPictureFormat::IncrementBrightness( double increment ) throw (uno::RuntimeException) in IncrementBrightness() argument
94 fBrightness += increment; in IncrementBrightness()
107 ScVbaPictureFormat::IncrementContrast( double increment ) throw (uno::RuntimeException) in IncrementContrast() argument
110 nContrast += increment; in IncrementContrast()
111 if( increment < 0 ) in IncrementContrast()
113 increment = 0.0; in IncrementContrast()
115 if( increment > 1 ) in IncrementContrast()
117 increment = 1.0; in IncrementContrast()
H A Dvbapictureformat.hxx53 … virtual void SAL_CALL IncrementBrightness( double increment ) throw (css::uno::RuntimeException);
54 virtual void SAL_CALL IncrementContrast( double increment ) throw (css::uno::RuntimeException);
/trunk/main/idlc/source/
H A Dastinterface.cxx146 if (!increment(&nAttributes, "attributes")) { in dump()
167 if (!increment(&nMethods, "attributes")) { in dump()
184 if (!increment(&nMethods, "attributes")) { in dump()
192 if (!increment(&nMethods, "methods")) { in dump()
413 bool AstInterface::increment(sal_uInt16 * counter, char const * sort) const { in increment() function in AstInterface
/trunk/main/offapi/com/sun/star/awt/
H A DXScrollBar.idl93 /** sets the increment for a single line move.
99 /** returns the currently set increment for a single line move.
105 /** sets the increment for a block move.
111 /** returns the currently set increment for a block move.
H A DXCurrencyField.idl105 /** sets the increment value for the spin button.
111 /** returns the currently set increment value for the spin button.
H A DXNumericField.idl105 /** sets the increment value for the spin button.
111 /** returns the currently set increment value for the spin button.
H A DXMetricField.idl119 /** sets the increment value for the spin button.
125 /** returns the currently set increment value for the spin button.
H A DUnoControlScrollBarModel.idl57 /** specifies the increment for a block move.
104 /** specifies the increment for a single line move.
/trunk/main/forms/source/component/
H A DFormattedFieldWrapper.cxx75 increment(m_refCount); in OFormattedFieldWrapper()
110 increment( m_refCount ); in OFormattedFieldWrapper()
333 increment(m_refCount); in read()
359 increment(m_refCount); in ensureAggregate()
H A DFormComponent.cxx154 increment( m_refCount ); in DBG_NAME()
182 increment( m_refCount ); in doSetDelegator()
607 increment(m_refCount); in OControlModel()
660 increment( m_refCount ); in OControlModel()
704 increment(m_refCount); in doSetDelegator()
1386 increment( m_refCount ); in implInitAggMultiplexer()
H A DColumns.cxx231 increment( m_refCount ); in OGridColumn()
262 increment( m_refCount ); in OGridColumn()
/trunk/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx188 maIntZ.increment(fStep); in incrementLineSpanInterpolators()
194 maIntTexture.increment(fStep); in incrementLineSpanInterpolators()
198 maIntInvTexture.increment(fStep); in incrementLineSpanInterpolators()
204 maIntNormal.increment(fStep); in incrementLineSpanInterpolators()
209 maIntColor.increment(fStep); in incrementLineSpanInterpolators()
/trunk/main/sal/osl/unx/asm/
H A Dinterlck_sparc.s167 ! Implements osl_[increment|decrement]InterlockedCount with sparcv8 "swap" instruction.
179 inc %o1 ! delay slot, if we got spinlock, increment count
220 ! Implements osl_[increment|decrement]InterlockedCount with sparcv9(sparcv8plus) "cas"
/trunk/main/i18npool/source/characterclassification/
H A Dcclass_unicode.cxx137 cclass_Unicode::getCharType( const OUString& Text, sal_Int32* nPos, sal_Int32 increment) { in getCharType() argument
140 sal_uInt32 ch = Text.iterateCodePoints(nPos, increment); in getCharType()
141 if (increment > 0) ch = Text.iterateCodePoints(nPos, 0); in getCharType()
/trunk/main/oovbaapi/ooo/vba/msforms/
H A DXPictureFormat.idl36 void IncrementBrightness( [in] double increment );
37 void IncrementContrast( [in] double increment );
/trunk/main/offapi/com/sun/star/chart2/
H A DIncrementData.idl46 containing this increment.
66 containing this increment.
H A DScaleData.idl101 /** increment data to be used for not date-time axis
105 /** increment data to be used in case of date-time axis
/trunk/main/dbaccess/source/ui/tabledesign/
H A Dtable.src279 …e will be assigned to each new record automatically (resulting from the increment of the previous …
377 Text [ en-US ] = "A~uto-increment statement" ;
381 …Text [ en-US ] = "Enter an SQL statement for the auto-increment field.\n\nThis statement will be d…
/trunk/main/toolkit/source/controls/
H A Dgeometrycontrolmodel.cxx96 increment(m_refCount); in OGeometryControlModel_Base()
126 increment(m_refCount); in OGeometryControlModel_Base()
/trunk/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DTestIWorkAt.java35 void increment() throws Throwable; in increment() method
H A DTestWorkAt.java75 public synchronized void increment() throws Throwable { in increment() method in TestWorkAt
/trunk/main/odk/examples/cpp/counter/
H A Dcountermain.cxx80 fprintf( stdout , "%d," , (int)xCount->increment() ); in SAL_IMPLEMENT_MAIN()
H A DXCountable.idl35 long increment();
/trunk/main/idlc/inc/idlc/
H A Dastinterface.hxx127 bool increment(sal_uInt16 * counter, char const * sort) const;

Completed in 117 milliseconds

12345