Searched refs:i_nValue (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/autodoc/source/inc/ |
H A D | luxenum.hxx | 52 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 =()
|
/aoo4110/main/tools/source/memtools/ |
H A D | multisel.cxx | 884 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()
|
/aoo4110/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pnghelper.cxx | 140 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 D | pnghelper.hxx | 40 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()
|
/aoo4110/main/autodoc/inc/ary/idl/ |
H A D | i_enum.hxx | 56 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()
|
/aoo4110/main/l10ntools/source/ |
H A D | wtranode.cxx | 37 WTT_Node::WTT_Node( UINT8 i_nValue, in WTT_Node() argument 40 : nValue(i_nValue), in WTT_Node()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | print3.cxx | 1524 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()
|
/aoo4110/main/l10ntools/inc/ |
H A D | wtranode.hxx | 62 UINT8 i_nValue, // Own branch-value.
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | print.hxx | 670 sal_Int32 i_nValue, 681 sal_Int32 i_nValue,
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | aquaprintaccessoryview.mm | 172 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 96 milliseconds