Home
last modified time | relevance | path

Searched refs:nValue (Results 401 – 425 of 666) sorted by relevance

1...<<11121314151617181920>>...27

/trunk/main/writerfilter/source/doctok/
H A DWW8StructBase.hxx216 sal_Bool getBit(sal_uInt32 nValue, sal_uInt16 nBit) const;
224 sal_uInt8 getNibble(sal_uInt32 nValue, sal_uInt16 nShift) const;
/trunk/main/editeng/inc/editeng/
H A Dlrspitem.hxx131 inline void SetTxtFirstLineOfstValue( const short nValue ) in SetTxtFirstLineOfstValue() argument
132 { nFirstLineOfst = nValue; } in SetTxtFirstLineOfstValue()
/trunk/main/extensions/source/scanner/
H A Dsane.cxx845 sal_uInt8 nValue = _ReadValue( pFrame, aParams.depth ); in Start() local
850 aConverter << nValue; in Start()
854 aConverter << nValue; in Start()
858 aConverter << nValue; in Start()
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingImportHelper.cxx269 sal_Int32 nValue; in GetIDFromString() local
270 SvXMLUnitConverter::convertNumber(nValue, sValue); in GetIDFromString()
271 DBG_ASSERT(nValue > 0, "wrong change action ID"); in GetIDFromString()
272 nResult = nValue; in GetIDFromString()
H A Dxmlsubti.cxx133 void ScMyTableData::SetChangedCols(const sal_Int32 nValue) in SetChangedCols() argument
137 while ((i != endi) && (*i < nValue)) in SetChangedCols()
141 if ((i == endi) || (*i != nValue)) in SetChangedCols()
142 nChangedCols.insert(i, nValue); in SetChangedCols()
/trunk/main/sw/source/core/access/
H A Daccportions.hxx77 size_t FindBreak( const Positions_t& rPositions, sal_Int32 nValue ) const;
80 size_t FindLastBreak( const Positions_t& rPositions, sal_Int32 nValue ) const;
/trunk/main/xmloff/source/meta/
H A Dxmlmetae.cxx278 sal_Int32 nValue = 0; in _MExport() local
279 if ( aDocStatistic[nInd].Value >>= nValue ) in _MExport()
281 ::rtl::OUString aValue = rtl::OUString::valueOf( nValue ); in _MExport()
/trunk/main/xmloff/source/style/
H A DPageMasterExportPropMapper.cxx66 sal_Int16 nValue = sal_Int16(); in lcl_RemoveStateIfZero16() local
67 if( (pState->maValue >>= nValue) && !nValue ) in lcl_RemoveStateIfZero16()
/trunk/main/svx/source/tbxctrls/
H A Ditemwin.cxx551 const sal_Int64 nValue(GetValue() - GetSpinSize()); in Down() local
554 if ( nValue >= GetMin() ) in Down()
558 else if ( nValue < GetMin() ) in Down()
/trunk/main/sal/qa/rtl/cipher/
H A Drtl_cipher.cxx42 sal_Int32 nValue = (sal_Int32)_pKeyBuffer[i]; in createHex() local
43 if (nValue < 16) // maximul hex value for 1 byte in createHex()
47 aBuffer.append( nValue, 16 /* radix */ ); in createHex()
/trunk/main/svl/source/items/
H A Dcenumitm.cxx108 sal_uInt16 SfxEnumItemInterface::GetPosByValue(sal_uInt16 nValue) const in GetPosByValue()
112 if (GetValueByPos(i) == nValue) in GetPosByValue()
/trunk/main/xmloff/source/draw/
H A Dxexptran.cxx139 void Imp_PutNumberChar(OUString& rStr, sal_Int32 nValue) in Imp_PutNumberChar() argument
142 SvXMLUnitConverter::convertNumber(sStringBuffer, nValue); in Imp_PutNumberChar()
146 void Imp_PutNumberCharWithSpace(OUString& rStr, sal_Int32 nValue) in Imp_PutNumberCharWithSpace() argument
150 if(Imp_IsOnNumberChar(rStr, aLen - 1, false) && nValue >= 0) in Imp_PutNumberCharWithSpace()
152 Imp_PutNumberChar(rStr, nValue); in Imp_PutNumberCharWithSpace()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx487 sal_Int32 nValue; member
491 nValue( 0 ) in PDFStructureAttribute()
496 nValue( 0 ) in PDFStructureAttribute()
501 nValue( nVal ) in PDFStructureAttribute()
1300 bool setStructureAttributeNumerical( enum PDFWriter::StructAttribute eAttr, sal_Int32 nValue );
/trunk/main/sax/inc/sax/tools/
H A Dconverter.hxx89 sal_Int32 nValue );
97 sal_Int32 nValue );
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DPRNCompare.java107 int nValue = 0; in getMaxNumOfFileEntry() local
110 nValue = Integer.valueOf(sValue).intValue(); in getMaxNumOfFileEntry()
117 nNum = nValue; in getMaxNumOfFileEntry()
/trunk/main/sw/source/filter/html/
H A Dcss1atr.cxx2757 sal_Int16 nValue = ((const SvxKerningItem&)rHt).GetValue(); in OutCSS1_SvxKerning() local
2758 if( nValue ) in OutCSS1_SvxKerning()
2761 if( nValue < 0 ) in OutCSS1_SvxKerning()
2764 nValue = -nValue; in OutCSS1_SvxKerning()
2768 nValue = (nValue + 1) / 2; // 1/10pt in OutCSS1_SvxKerning()
2769 sOut.Append( ByteString::CreateFromInt32( (sal_Int32)(nValue / 10) ) ); in OutCSS1_SvxKerning()
2771 sOut.Append( ByteString::CreateFromInt32( (sal_Int32)(nValue % 10) ) ); in OutCSS1_SvxKerning()
/trunk/main/tools/source/rc/
H A Dresmgr.cxx673 sal_uInt64 nValue = ((sal_uInt64(nRT) << 32) | nId); in IsGlobalAvailable() local
676 nValue, in IsGlobalAvailable()
678 return (pFind != (pContent + nEntries)) && (pFind->nTypeAndId == nValue); in IsGlobalAvailable()
691 sal_uInt64 nValue = ((sal_uInt64(nRT) << 32) | nId); in LoadGlobalRes() local
695 nValue, in LoadGlobalRes()
697 if( pFind && (pFind != pEnd) && (pFind->nTypeAndId == nValue) ) in LoadGlobalRes()
/trunk/main/sal/inc/osl/
H A Dprofile.hxx123 sal_uInt32 nValue) in writeIdent() argument
136 … osl_writeProfileIdent( profile, rSection.getStr(), rEntry.getStr(), nFirstId, pStrings, nValue ); in writeIdent()
/trunk/main/oox/source/helper/
H A Dcontainerhelper.cxx50 … operator()( const ValueRange& rRange, sal_Int32 nValue ) const { return rRange.mnLast < nValu… in operator ()()
/trunk/main/svtools/source/control/
H A Dctrltool.cxx966 String FontSizeNames::Size2Name( long nValue ) const in Size2Name()
974 if ( nValue == mpArray[mid].mnSize ) in Size2Name()
979 else if ( nValue < mpArray[mid].mnSize ) in Size2Name()
/trunk/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx229 long nValue = ( ( const XLineWidthItem& ) aSet.Get( XATTR_LINEWIDTH ) ).GetValue(); in setLineEnds() local
230 if ( nValue > 0 ) in setLineEnds()
232 nWidth = nValue * 3; in setLineEnds()
/trunk/main/xmloff/source/forms/
H A Dpropertyexport.cxx576 sal_Int32 nValue = 0; in implConvertAny() local
577 ::cppu::enum2int(nValue, _rValue); in implConvertAny()
578 m_rContext.getGlobalContext().GetMM100UnitConverter().convertNumber(aBuffer, nValue); in implConvertAny()
/trunk/main/embedserv/source/inprocserv/
H A Ddllentry.cxx50 void FillCharFromInt( int nValue, char* pBuf, int nLen ) in FillCharFromInt() argument
55 char nSign = ( nValue / ( 1 << ( ( nLen - nInd ) * 4 ) ) ) % 16; in FillCharFromInt()
/trunk/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx904 const sal_Int64 nValue (CalcToPoint(mpHeightItem->GetHeight(), eUnit, 10 )); in NotifyItemUpdate() local
926 mpToolBoxIncDec->EnableItem(TBI_INCREASE, bIsEnabled && nValue<960); in NotifyItemUpdate()
927 mpToolBoxIncDec->EnableItem(TBI_DECREASE, bIsEnabled && nValue>60); in NotifyItemUpdate()
935 maFontSizeBox.SetValue(nValue); in NotifyItemUpdate()
/trunk/main/oox/source/xls/
H A Dsheetdatacontext.cxx824 sal_uInt8 nValue, nType; in importBoolErr() local
825 rStrm >> nValue >> nType; in importBoolErr()
830 mrSheetData.setBooleanCell( maCellData, nValue != 0 ); in importBoolErr()
834 mrSheetData.setErrorCell( maCellData, nValue ); in importBoolErr()

Completed in 167 milliseconds

1...<<11121314151617181920>>...27