Home
last modified time | relevance | path

Searched refs:i_nValue (Results 1 – 10 of 10) sorted by relevance

/trunk/main/autodoc/source/inc/
H A Dluxenum.hxx52 DIFF i_nValue, in Enum() argument
54 : nValue(i_nValue) { Values_()[nValue] = i_sText; in Enum()
60 DIFF i_nValue ) in Enum() argument
61 : nValue(i_nValue) { ; } in Enum()
63 intt i_nValue = 0 ) in Enum() argument
64 : nValue(i_nValue) { if ( NOT CheckIntt(i_nValue) ) { csv_assert(false); } } in Enum()
70 DIFF i_nValue ) in operator =() argument
71 { nValue = i_nValue; return *this; } in operator =()
73 intt i_nValue ) in operator =() argument
74 { if ( CheckIntt(i_nValue) ) {nValue = DIFF(i_nValue);} in operator =()
/trunk/main/tools/source/memtools/
H A Dmultisel.cxx884 bool StringRangeEnumerator::checkValue( sal_Int32 i_nValue, const std::set< sal_Int32 >* i_pPossibl… in checkValue() argument
886 if( mnMin >= 0 && i_nValue < mnMin ) in checkValue()
888 if( mnMax >= 0 && i_nValue > mnMax ) in checkValue()
890 if( i_nValue < 0 ) in checkValue()
892 if( i_pPossibleValues && i_pPossibleValues->find( i_nValue ) == i_pPossibleValues->end() ) in checkValue()
1041 bool StringRangeEnumerator::hasValue( sal_Int32 i_nValue, const std::set< sal_Int32 >* i_pPossibleV… in hasValue() argument
1043 if( i_pPossibleValues && i_pPossibleValues->find( i_nValue ) == i_pPossibleValues->end() ) in hasValue()
1051 if( i_nValue >= rRange.nFirst && i_nValue <= rRange.nLast ) in hasValue()
1056 if( i_nValue >= rRange.nLast && i_nValue <= rRange.nFirst ) in hasValue()
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.cxx140 void PngHelper::set( sal_uInt32 i_nValue, OutputBuffer& o_rOutputBuf, size_t i_nIndex ) in set() argument
142 o_rOutputBuf[ i_nIndex ] = (i_nValue & 0xff000000) >> 24; in set()
143 o_rOutputBuf[ i_nIndex+1 ] = (i_nValue & 0x00ff0000) >> 16; in set()
144 o_rOutputBuf[ i_nIndex+2 ] = (i_nValue & 0x0000ff00) >> 8; in set()
145 o_rOutputBuf[ i_nIndex+3 ] = (i_nValue & 0x000000ff); in set()
H A Dpnghelper.hxx40 static void set( sal_uInt32 i_nValue, OutputBuffer& o_rOutputBuf, size_t i_nIndex );
41 static void append( sal_uInt32 i_nValue, OutputBuffer& o_rOutputBuf ) in append() argument
45 set( i_nValue, o_rOutputBuf, nCur ); in append()
/trunk/main/autodoc/inc/ary/idl/
H A Di_enum.hxx56 Ce_id i_nValue );
86 Enum::Add_Value( Ce_id i_nValue ) in Add_Value() argument
88 aValues.push_back(i_nValue); in Add_Value()
/trunk/main/l10ntools/source/
H A Dwtranode.cxx37 WTT_Node::WTT_Node( UINT8 i_nValue, in WTT_Node() argument
40 : nValue(i_nValue), in WTT_Node()
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx1524 bool PrinterController::isUIChoiceEnabled( const rtl::OUString& i_rProperty, sal_Int32 i_nValue ) c… in isUIChoiceEnabled()
1532 if( i_nValue >= 0 && i_nValue < rDisabled.getLength() ) in isUIChoiceEnabled()
1533 bEnabled = ! rDisabled[i_nValue]; in isUIChoiceEnabled()
1926 sal_Int32 i_nValue, in getChoiceControlOpt() argument
1945 aVal.Value = makeAny( i_nValue ); in getChoiceControlOpt()
1952 sal_Int32 i_nValue, in getRangeControlOpt() argument
1977 aVal.Value = makeAny( i_nValue ); in getRangeControlOpt()
/trunk/main/l10ntools/inc/
H A Dwtranode.hxx62 UINT8 i_nValue, // Own branch-value.
/trunk/main/vcl/inc/vcl/
H A Dprint.hxx670 sal_Int32 i_nValue,
681 sal_Int32 i_nValue,
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm172 int addNameAndValueTag( const rtl::OUString& i_rPropertyName, sal_Int32 i_nValue )
176 maTagToValueInt[ nNewTag ] = i_nValue;
215 void changePropertyWithIntValue( int i_nTag, sal_Int64 i_nValue )
223 pVal->Value <<= i_nValue;

Completed in 35 milliseconds