Home
last modified time | relevance | path

Searched defs:nValue (Results 51 – 75 of 526) sorted by relevance

12345678910>>...22

/trunk/main/winaccessibility/source/UAccCOM/
H A DAccEditableText.cpp282 sal_Int32 nValue = ouValue.toInt32(); in get_AnyFromOLECHAR() local
289 boolean nValue = (boolean)ouValue.toBoolean(); in get_AnyFromOLECHAR() local
298 short nValue = (short)ouValue.toInt32(); in get_AnyFromOLECHAR() local
/trunk/main/reportdesign/source/filter/xml/
H A DxmlControlProperty.cxx218 sal_Int32 nValue(0); in convertString() local
240 double nValue = 0.0; in convertString() local
271 double nValue = 0; in convertString() local
/trunk/main/sw/source/filter/inc/
H A Drtf.hxx40 RTFVertOrient( sal_uInt16 nValue ) { Value.nVal = nValue; } in RTFVertOrient()
65 RTFHoriOrient( sal_uInt16 nValue ) { Value.nVal = nValue; } in RTFHoriOrient()
89 RTFProtect( sal_uInt8 nValue ) { Value.nVal = nValue; } in RTFProtect()
114 RTFSurround( sal_uInt8 nValue ) { Value.nVal = nValue; } in RTFSurround()
/trunk/main/sal/qa/rtl/oustring/
H A Drtl_OUString2.cxx129 float nValue = 3.0f; in TEST_F() local
135 float nValue = 3.5f; in TEST_F() local
141 float nValue = 3.0625f; in TEST_F() local
147 float nValue = 3.502525f; in TEST_F() local
153 float nValue = 3.141592f; in TEST_F() local
159 float nValue = 3.5025255f; in TEST_F() local
165 float nValue = 3.0039062f; in TEST_F() local
172 double nValue = 3.0; in TEST_F() local
177 double nValue = 3.5; in TEST_F() local
182 double nValue = 3.0625; in TEST_F() local
[all …]
/trunk/main/xmloff/source/style/
H A Dweighhdl.cxx50 sal_uInt16 nValue; member
134 sal_Int32 nValue = 0; in exportXML() local
H A Dbreakhdl.cxx90 sal_Int32 nValue = 0; in exportXML() local
161 sal_Int32 nValue = 0; in exportXML() local
H A Descphdl.cxx88 sal_Int32 nValue = 0; in exportXML() local
157 sal_Int32 nValue = 0; in exportXML() local
/trunk/main/sc/source/filter/qpro/
H A Dqpro.cxx88 sal_Int16 nValue; in readSheet() local
98 double nValue; in readSheet() local
108 double nValue; in readSheet() local
/trunk/main/xmloff/source/core/
H A Dxmlehelp.cxx41 void SvXMLExportHelper::AddLength( sal_Int32 nValue, MapUnit eValueUnit, in AddLength()
225 void SvXMLExportHelper::AddPercentage( sal_Int32 nValue, OUStringBuffer& rOut ) in AddPercentage()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableRow.cxx137 double nValue = 0.0; in operator <<() local
169 sal_Int32 nValue = 0; in operator >>() local
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx682 SQLULEN nValue; in getResultSetConcurrency() local
695 SQLULEN nValue = SQL_CURSOR_FORWARD_ONLY; in getResultSetType() local
718 SQLULEN nValue = 0; in getFetchDirection() local
738 SQLULEN nValue; in getFetchSize() local
902 SQLULEN nValue = SQL_UB_OFF; in isUsingBookmarks() local
911 SQLULEN nValue = SQL_NOSCAN_OFF; in getEscapeProcessing() local
920 SQLUINTEGER nValue = _bUseBookmark ? SQL_UB_VARIABLE : SQL_UB_OFF; in setUsingBookmarks() local
/trunk/main/svl/inc/svl/
H A Dxmlement.hxx34 sal_uInt16 nValue; member
/trunk/main/embeddedobj/source/inc/
H A Dtargetstatecontrol.hxx31 TargetStateControl_Impl( sal_Int32& nVariable, sal_Int32 nValue ) in TargetStateControl_Impl()
/trunk/main/oox/source/export/
H A Dvmlexport.cxx178 …AddArrowHead( sax_fastparser::FastAttributeList *pAttrList, sal_Int32 nElement, sal_uInt32 nValue ) in impl_AddArrowHead()
198 …dArrowLength( sax_fastparser::FastAttributeList *pAttrList, sal_Int32 nElement, sal_uInt32 nValue ) in impl_AddArrowLength()
215 …ddArrowWidth( sax_fastparser::FastAttributeList *pAttrList, sal_Int32 nElement, sal_uInt32 nValue ) in impl_AddArrowWidth()
283 … impl_AddInt( sax_fastparser::FastAttributeList *pAttrList, sal_Int32 nElement, sal_uInt32 nValue ) in impl_AddInt()
513 sal_uInt32 nValue; in Commit() local
570 sal_uInt32 nValue; in Commit() local
/trunk/main/sw/source/core/bastyp/
H A Dtabcol.cxx105 void SwTabCols::Insert( long nValue, long nMin, long nMax, sal_Bool bValue, sal_uInt16 nPos ) in Insert()
115 void SwTabCols::Insert( long nValue, sal_Bool bValue, sal_uInt16 nPos ) in Insert()
/trunk/main/extensions/source/propctrlr/
H A Dusercontrol.cxx130 double nValue = 1234.56789; in getPreviewValue() local
158 double nValue = 1234.56789; in getPreviewValue() local
202 double nValue( 0 ); in setValue() local
/trunk/main/framework/source/uielement/
H A Dprogressbarwrapper.cxx123 sal_Int32 nValue( 0 ); in start() local
192 sal_Int32 nValue( 0 ); in setText() local
226 void ProgressBarWrapper::setValue( ::sal_Int32 nValue ) in setValue()
/trunk/main/sal/qa/rtl/ostring/
H A Drtl_str.cxx53 sal_Int32 nValue = rtl_str_compare( aStr1.getStr(), aStr2.getStr()); in TEST_F() local
62 sal_Int32 nValue = rtl_str_compare( aStr1.getStr(), aStr2.getStr()); in TEST_F() local
71 sal_Int32 nValue = rtl_str_compare( aStr1.getStr(), aStr2.getStr()); in TEST_F() local
95 sal_Int32 nValue = rtl_str_compareIgnoreAsciiCase( aStr1.getStr(), aStr2.getStr()); in TEST_F() local
104 sal_Int32 nValue = rtl_str_compareIgnoreAsciiCase( aStr1.getStr(), aStr2.getStr()); in TEST_F() local
113 sal_Int32 nValue = rtl_str_compareIgnoreAsciiCase( aStr1.getStr(), aStr2.getStr()); in TEST_F() local
122 sal_Int32 nValue = rtl_str_compareIgnoreAsciiCase( aStr1.getStr(), aStr2.getStr()); in TEST_F() local
156 …sal_Int32 nValue = rtl_str_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), aStr1.getLe… in TEST_F() local
167 …sal_Int32 nValue = rtl_str_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), aStr1.getLe… in TEST_F() local
178 …sal_Int32 nValue = rtl_str_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), aStr1.getLe… in TEST_F() local
[all …]
/trunk/main/sal/qa/rtl/process/
H A Dchild_process_id.cxx38 sal_uInt8 nValue = pNode[i1*4 +i2]; in printUuid() local
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsTheme.cxx43 ColorData ChangeLuminance (const ColorData aColorData, const int nValue) in ChangeLuminance()
414 void Theme::SetGradientSaturationOverride (const GradientColorType eType, const sal_Int32 nValue) in SetGradientSaturationOverride()
431 void Theme::SetGradientBrightnessOverride (const GradientColorType eType, const sal_Int32 nValue) in SetGradientBrightnessOverride()
475 void Theme::SetIntegerValue (const IntegerValueType eType, const sal_Int32 nValue) in SetIntegerValue()
/trunk/main/basegfx/inc/basegfx/range/
H A Dbasicrange.hxx50 BasicRange( T nValue ) : in BasicRange()
170 void expand(T nValue) in expand()
235 void grow(T nValue) in grow()
/trunk/main/vbahelper/source/msforms/
H A Dvbamultipage.cxx85 sal_Int32 nValue = 0; in getValue() local
109 sal_Int32 nValue = 0; in Pages() local
/trunk/main/sc/source/filter/inc/
H A Dftools.hxx63 inline ReturnType llimit_cast( Type nValue, ReturnType nMin ) in llimit_cast()
68 inline ReturnType llimit_cast( Type nValue ) in llimit_cast()
73 inline ReturnType ulimit_cast( Type nValue, ReturnType nMax ) in ulimit_cast()
78 inline ReturnType ulimit_cast( Type nValue ) in ulimit_cast()
83 inline ReturnType limit_cast( Type nValue, ReturnType nMin, ReturnType nMax ) in limit_cast()
88 inline ReturnType limit_cast( Type nValue ) in limit_cast()
122 void insert_value( Type& rnBitField, InsertType nValue, sal_uInt8 nStartBit, sal_uInt8 nBitCount ) in insert_value()
/trunk/main/filter/source/graphicfilter/itiff/
H A Dccidecom.hxx39 sal_uInt16 nValue; // Der Daten-Wert. member
47 sal_uInt16 nValue; member
/trunk/main/sd/source/ui/unoidl/
H A DUnoDocumentSettings.cxx467 sal_Int16 nValue = 0; in _setPropertyValues() local
592 sal_Int32 nValue = 0; in _setPropertyValues() local
606 sal_Int16 nValue = 0; in _setPropertyValues() local
620 sal_Int32 nValue = 0; in _setPropertyValues() local
632 sal_Int32 nValue = 0; in _setPropertyValues() local
645 sal_Int32 nValue = 0; in _setPropertyValues() local
656 sal_Int32 nValue = 0; in _setPropertyValues() local
826 sal_Int16 nValue = 0; in _setPropertyValues() local

Completed in 88 milliseconds

12345678910>>...22