Home
last modified time | relevance | path

Searched refs:sal_uInt32 (Results 201 – 225 of 3103) sorted by relevance

12345678910>>...125

/trunk/main/basegfx/source/inc/
H A DPolygonPoint.hxx130 sal_uInt32 mnBezierCount;
161 sal_uInt32 count() const in count()
188 PolygonPointList(const PolygonPointList& rSource, sal_uInt32 nIndex, sal_uInt32 nCount) in PolygonPointList()
270 const Point& getPoint(sal_uInt32 nIndex) const in getPoint()
275 void setPoint(sal_uInt32 nIndex, const Point& rValue) in setPoint()
356 void insert(sal_uInt32 nIndex, const Point& rPoint, sal_uInt32 nCount) in insert()
384 const sal_uInt32 nCount(rSource.maPoints.size()); in insert()
434 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()
491 const sal_uInt32 nHalfSize(maPoints.size() >> 1L); in flip()
498 for(sal_uInt32 a(0); a < nHalfSize; a++) in flip()
[all …]
H A Dpolygontemplate.hxx130 sal_uInt32 mnBezierCount;
161 sal_uInt32 count() const in count()
188 ImplPolygonTemplate(const ImplPolygonTemplate& rSource, sal_uInt32 nIndex, sal_uInt32 nCount) in ImplPolygonTemplate()
270 const Point& getPoint(sal_uInt32 nIndex) const in getPoint()
275 void setPoint(sal_uInt32 nIndex, const Point& rValue) in setPoint()
356 void insert(sal_uInt32 nIndex, const Point& rPoint, sal_uInt32 nCount) in insert()
384 const sal_uInt32 nCount(rSource.maPoints.size()); in insert()
434 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()
491 const sal_uInt32 nHalfSize(maPoints.size() >> 1L); in flip()
498 for(sal_uInt32 a(0); a < nHalfSize; a++) in flip()
[all …]
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygontubeprimitive3d.cxx45 sal_uInt32 nSegments, in getLineTubeSegments()
50 static sal_uInt32 nLineTubeSegments(0L); in getLineTubeSegments()
73 for(sal_uInt32 a(0L); a < nLineTubeSegments; a++) in getLineTubeSegments()
106 sal_uInt32 nSegments, in getLineCapSegments()
111 static sal_uInt32 nLineCapSegments(0L); in getLineCapSegments()
132 for(sal_uInt32 a(0L); a < nLineCapSegments; a++) in getLineCapSegments()
160 sal_uInt32 nSegments, in getLineCapRoundSegments()
181 sal_uInt32 nVerSeg(nSegments / 2); in getLineCapRoundSegments()
230 sal_uInt32 nSegments, in getLineJoinSegments()
238 const sal_uInt32 nVerSeg(nSegments >> 1L); in getLineJoinSegments()
[all …]
/trunk/main/basic/source/classes/
H A Dimage.cxx120 sal_uInt32 nLen, nOff; in Load()
127 sal_uInt32 lDimBase; in Load()
129 sal_uInt32 nReserved2; in Load()
130 sal_uInt32 nReserved3; in Load()
359 r << (sal_uInt32) pStringOff[ i ]; in Save()
369 r << (sal_uInt32) nStringSize; in Save()
395 pStringOff = new sal_uInt32[ nSize ]; in MakeStrings()
417 sal_uInt32 needed = nStringOff + len; in AddString()
422 sal_uInt32 nNewLen = needed + 1024; in AddString()
488 sal_uInt32 nOff = pStringOff[ nId - 1 ]; in GetString()
[all …]
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx78 virtual sal_uInt32 GetPaletteColor (sal_uInt32 nIdx) const;
80 virtual sal_uInt32 GetPixelRGB (sal_uInt32 nRow, sal_uInt32 nColumn) const;
152 sal_uInt32
158 sal_uInt32
164 sal_uInt32
167 sal_uInt32 nDepth; in GetDepth()
195 sal_uInt32
217 sal_uInt32
223 sal_uInt32
229 sal_uInt32
[all …]
/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx89 sal_uInt32 nSize;
95 sal_uInt32 nSizeImage;
98 sal_uInt32 nColsUsed;
121 sal_uInt32 nV5RedMask;
123 sal_uInt32 nV5BlueMask;
125 sal_uInt32 nV5CSType;
127 sal_uInt32 nV5GammaRed;
130 sal_uInt32 nV5Intent;
572 sal_uInt32* pTmp32; in ImplReadDIBBits()
792 sal_uInt32 nTmp32; in ImplReadDIBFileHeader()
[all …]
/trunk/main/xmloff/source/text/
H A DXMLTextListAutoStylePool.cxx63 sal_uInt32 nPos;
70 sal_uInt32 nPos,
74 sal_uInt32& rName );
106 sal_uInt32 nP, in XMLTextListAutoStylePoolEntry_Impl()
110 sal_uInt32& rName ) : in XMLTextListAutoStylePoolEntry_Impl()
231 return (sal_uInt32)-1; in Find()
240 sal_uInt32 nPos = Find( &aTmp ); in Add()
241 if( nPos != (sal_uInt32)-1 ) in Add()
265 if( nPos != (sal_uInt32)-1 ) in Find()
277 if( nPos != (sal_uInt32)-1 ) in Find()
[all …]
/trunk/main/filter/inc/filter/msfilter/
H A Ddffpropset.hxx46 sal_uInt32 nContent;
54 std::vector< sal_uInt32 > maOffsets;
63 …inline sal_Bool IsProperty( sal_uInt32 nRecType ) const { return ( mpPropSetEntries[ nRecType & 0x… in IsProperty()
64 …inline sal_Bool IsComplex( sal_uInt32 nRecType ) const { return ( mpPropSetEntries[ nRecType & 0x3… in IsComplex()
65 sal_Bool IsHardAttribute( sal_uInt32 nId ) const;
66 sal_uInt32 GetPropertyValue( sal_uInt32 nId, sal_uInt32 nDefault = 0 ) const;
68 bool GetPropertyBool( sal_uInt32 nId, bool bDefault = false ) const;
70 ::rtl::OUString GetPropertyString( sal_uInt32 nId, SvStream& rStrm ) const;
71 void SetPropertyValue( sal_uInt32 nId, sal_uInt32 nValue ) const;
72 sal_Bool SeekToContent( sal_uInt32 nRecType, SvStream& rSt ) const;
/trunk/main/sal/qa/rtl/digest/
H A Drtl_digest.cxx46 sal_uInt32 nMD5KeyLen = rtl_digest_queryLength( handle ); in CreateMD5FromString()
56 for ( sal_uInt32 i = 0; i < nMD5KeyLen; i++ ) in CreateMD5FromString()
462 for ( sal_uInt32 i = 0; i < _nMD5KeyLen; i++ ) in createHex()
517 sal_uInt32 nSize = ( aMsg.getLength() ); in TEST_F()
545 sal_uInt32 nSize = ( aMsg.getLength() ); in TEST_F()
573 sal_uInt32 nSize = ( aMsg.getLength() ); in TEST_F()
600 sal_uInt32 nSize = ( aMsg.getLength() ); in TEST_F()
627 sal_uInt32 nSize = ( aMsg.getLength() ); in TEST_F()
658 sal_uInt32 nSize = ( aMsg.getLength() ); in TEST_F()
690 sal_uInt32 nSize = ( _aMsg.getLength() ); in getMD5Sum()
[all …]
/trunk/main/basic/source/comp/
H A Dloops.cxx33 sal_uInt32 nEndLbl; in If()
93 sal_uInt32 nElseLbl = nEndLbl; in If()
126 sal_uInt32 nElseLbl = nEndLbl; in If()
155 sal_uInt32 nStartLbl = aGen.GetPC(); in DoLoop()
196 sal_uInt32 nStartLbl = aGen.GetPC(); in While()
247 sal_uInt32 nLoop = aGen.GetPC(); in For()
312 sal_uInt32 nLbl = 0; in OnGoto()
368 sal_uInt32 nNextTarget = 0; in Select()
369 sal_uInt32 nDoneTarget = 0; in Select()
382 sal_uInt32 nTrueTarget = 0; in Select()
[all …]
/trunk/main/sal/textenc/
H A Dunichars.c28 int ImplIsNoncharacter(sal_uInt32 nUtf32) in ImplIsNoncharacter()
36 int ImplIsControlOrFormat(sal_uInt32 nUtf32) in ImplIsControlOrFormat()
80 int ImplIsHighSurrogate(sal_uInt32 nUtf32) in ImplIsHighSurrogate()
86 int ImplIsLowSurrogate(sal_uInt32 nUtf32) in ImplIsLowSurrogate()
92 int ImplIsPrivateUse(sal_uInt32 nUtf32) in ImplIsPrivateUse()
103 int ImplIsZeroWidth(sal_uInt32 nUtf32) in ImplIsZeroWidth()
115 sal_uInt32 ImplGetHighSurrogate(sal_uInt32 nUtf32) in ImplGetHighSurrogate()
121 sal_uInt32 ImplGetLowSurrogate(sal_uInt32 nUtf32) in ImplGetLowSurrogate()
127 sal_uInt32 ImplCombineSurrogates(sal_uInt32 nHigh, sal_uInt32 nLow) in ImplCombineSurrogates()
/trunk/main/svx/inc/svx/
H A Dnumfmtsh.hxx97 sal_uInt32 nFormatKey,
102 sal_uInt32 nFormatKey,
111 sal_uInt32 nFormatKey,
116 sal_uInt32 nFormatKey,
180 sal_uInt32 GetUpdateDataCount() const;
181 void GetUpdateData( sal_uInt32* pDelArray, const sal_uInt32 nSize );
200 sal_uInt32 GetCurrencySymbol();
205 short GetListPos4Entry(sal_uInt32 nIdx);
228 sal_uInt32 nInitFormatKey;
229 sal_uInt32 nCurFormatKey;
[all …]
H A Dsvdobj.hxx208 sal_uInt32 nInventor;
451 sal_uInt32 mnNavigationPosition;
569 virtual sal_uInt32 GetObjInventor() const;
618 sal_uInt32 GetOrdNum() const;
636 sal_uInt32 GetNavigationPosition (void);
704 virtual sal_uInt32 GetHdlCount() const;
817 virtual sal_uInt32 GetSnapPointCount() const;
818 virtual Point GetSnapPoint(sal_uInt32 i) const;
827 virtual sal_uInt32 GetPointCount() const;
828 virtual Point GetPoint(sal_uInt32 i) const;
[all …]
/trunk/main/sal/inc/osl/
H A Dfile.h208 sal_uInt32 uHint
365 sal_uInt32 uStructSize;
367 sal_uInt32 uValidFields;
583 sal_uInt32 uStructSize;
585 sal_uInt32 uValidFields;
587 sal_uInt32 uAttributes;
595 sal_uInt32 uMaxNameLength;
597 sal_uInt32 uMaxPathLength;
645 sal_uInt32 uFieldMask );
829 sal_uInt32 uFlags
[all …]
/trunk/main/filter/source/graphicfilter/ieps/
H A Dieps.cxx378 …ateMtfReplacementAction( GDIMetaFile& rMtf, SvStream& rStrm, sal_uInt32 nOrigPos, sal_uInt32 nPSSi… in CreateMtfReplacementAction()
379 sal_uInt32 nPosWMF, sal_uInt32 nSizeWMF, sal_uInt32 nPosTIFF, sal_uInt32 nSizeTIFF ) in CreateMtfReplacementAction()
385 sal_uInt32 nMagic = 0xc6d3d0c5; in CreateMtfReplacementAction()
386 sal_uInt32 nPPos = 28 + nSizeWMF + nSizeTIFF; in CreateMtfReplacementAction()
387 sal_uInt32 nWPos = nSizeWMF ? 28 : 0; in CreateMtfReplacementAction()
521 sal_uInt32 nSignature, nPSStreamPos, nPSSize; in GraphicImport()
522 sal_uInt32 nSizeWMF = 0; in GraphicImport()
523 sal_uInt32 nPosWMF = 0; in GraphicImport()
524 sal_uInt32 nSizeTIFF = 0; in GraphicImport()
525 sal_uInt32 nPosTIFF = 0; in GraphicImport()
[all …]
/trunk/main/svx/source/tbxctrls/
H A DSvxColorValueSet.cxx43 sal_uInt32 SvxColorValueSet::getMaxRowCount() const in getMaxRowCount()
50 sal_uInt32 SvxColorValueSet::getEntryEdgeLength() const in getEntryEdgeLength()
57 sal_uInt32 SvxColorValueSet::getColumnCount() const in getColumnCount()
66 const sal_uInt32 nColorCount(aXColorList ? aXColorList->Count() : 0); in addEntriesForXColorList()
68 for(sal_uInt32 nIndex(0); nIndex < nColorCount; nIndex++, nStartIndex++) in addEntriesForXColorList()
83 Size SvxColorValueSet::layoutAllVisible(sal_uInt32 nEntryCount) in layoutAllVisible()
90 const sal_uInt32 nRowCount(ceil(double(nEntryCount)/getColumnCount())); in layoutAllVisible()
111 Size SvxColorValueSet::layoutToGivenHeight(sal_uInt32 nHeight, sal_uInt32 nEntryCount) in layoutToGivenHeight()
131 const bool bAdaptHeight(static_cast< sal_uInt32 >(aNewSize.Height()) > nHeight); in layoutToGivenHeight()
140 const sal_uInt32 nFieldHeight(aNewSize.Height() - aSizeNoScrollNoFields.Height()); in layoutToGivenHeight()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxecontent.cxx122 const sal_uInt32 EXC_SST_HASHTABLE_SIZE = 2048;
138 sal_uInt32 nSstIndex = 0; in Insert()
211 sal_uInt32 nBucket = mnSize; in Save()
228 sal_uInt32 nStrmPos = static_cast< sal_uInt32 >( rStrm.GetSvStreamPos() ); in Save()
519 << sal_uInt32( 2 ) in WriteBody()
715 sal_uInt32 nFlags = EXC_CF_ALLDEFAULT; in WriteBody()
732 sal_uInt32 nStyle = 0; in WriteBody()
752 << sal_uInt32( 0 ) in WriteBody()
763 sal_uInt32 nLineColor = 0; in WriteBody()
1329 << sal_uInt32( 0x00000000 ) in Save()
[all …]
/trunk/main/UnoControls/source/base/
H A Dbasecontainercontrol.cxx170 for ( sal_uInt32 n=0; n<nControls; n++ ) in createPeer()
229 sal_uInt32 nCtrls = seqCtrls.getLength(); in dispose()
231 sal_uInt32 nCount = 0; in dispose()
344 sal_uInt32 nControls = m_pControlInfoList->Count () ; in removeControl()
346 for ( sal_uInt32 n=0; n<nControls; n++ ) in removeControl()
452 sal_uInt32 nCount = 0 ; in getControls()
476 sal_uInt32 nCount = 0 ; in addTabController()
501 sal_uInt32 nCount = 0 ; in removeTabController()
603 sal_uInt32 nCount = 0 ; in impl_activateTabControllers()
619 sal_uInt32 nMaxCount = m_pControlInfoList->Count () ; in impl_cleanMemory()
[all …]
/trunk/main/rsc/inc/
H A Drscpar.hxx38 sal_uInt32 nErrorLine; // Zeile des ersten Fehlers
39 sal_uInt32 nErrorPos; // Position des ersten Fehlers
41 sal_uInt32 nLineNo; // Zeile in der Eingabedatei
46 sal_uInt32 nInputBufLen; // Laenge des Lesepuffers
47 sal_uInt32 nInputPos; // Position im Lesepuffer
48 sal_uInt32 nInputEndPos;// Ende im Lesepuffer
50 sal_uInt32 nLineBufLen;//Lange des Zeilenpuffres
51 sal_uInt32 nScanPos; // Position in der Zeile
68 sal_uInt32 GetLineNo() { return( nLineNo ); } in GetLineNo()
69 sal_uInt32 GetScanPos() { return( nScanPos ); } in GetScanPos()
[all …]
/trunk/main/basegfx/inc/basegfx/range/
H A Db2dpolyrange.hxx77 sal_uInt32 count() const;
79 ElementType getElement(sal_uInt32 nIndex) const;
80 void setElement(sal_uInt32 nIndex, const ElementType& rElement );
81 … void setElement(sal_uInt32 nIndex, const B2DRange& rRange, B2VectorOrientation eOrient );
84 void insertElement(sal_uInt32 nIndex, const ElementType& rElement, sal_uInt32 nCount = 1);
85 …void insertElement(sal_uInt32 nIndex, const B2DRange& rRange, B2VectorOrientation eOrient, sal_uIn…
86 void appendElement(const ElementType& rElement, sal_uInt32 nCount = 1);
87 … void appendElement(const B2DRange& rRange, B2VectorOrientation eOrient, sal_uInt32 nCount = 1);
90 void insertPolyRange(sal_uInt32 nIndex, const B2DPolyRange&);
93 void remove(sal_uInt32 nIndex, sal_uInt32 nCount = 1);
/trunk/main/basic/source/inc/
H A Dcodegen.hxx44 sal_uInt32 Gen( SbiOpcode );
45 sal_uInt32 Gen( SbiOpcode, sal_uInt32 );
46 sal_uInt32 Gen( SbiOpcode, sal_uInt32, sal_uInt32 );
47 void Patch( sal_uInt32 o, sal_uInt32 v ){ aCode.Patch( o, v ); } in Patch()
48 void BackChain( sal_uInt32 off ) { aCode.Chain( off ); } in BackChain()
51 sal_uInt32 GetPC();
52 sal_uInt32 GetOffset() { return GetPC() + 1; } in GetOffset()
59 static sal_uInt32 calcNewOffSet( sal_uInt8* pCode, sal_uInt16 nOffset );
60 static sal_uInt16 calcLegacyOffSet( sal_uInt8* pCode, sal_uInt32 nOffset );
/trunk/main/svgio/source/svgreader/
H A Dsvgcharacternode.cxx176 …virtual bool allowChange(sal_uInt32 nCount, basegfx::B2DHomMatrix& rNewTransform, sal_uInt32 nInde…
188 …xtBreakupHelper::allowChange(sal_uInt32 /*nCount*/, basegfx::B2DHomMatrix& rNewTransform, sal_uInt… in allowChange() argument
245 sal_uInt32 nIndex(0); in createSimpleTextPrimitive()
246 sal_uInt32 nLength(getText().getLength()); in createSimpleTextPrimitive()
301 const sal_uInt32 nArray(aTextArray.size()); in createSimpleTextPrimitive()
627 for(sal_uInt32 a(0); a < maRotate.size(); a++) in SvgTextPosition()
647 for(sal_uInt32 a(1); a < nSizeX; a++) in SvgTextPosition()
673 for(sal_uInt32 a(1); a < nSizeDx; a++) in SvgTextPosition()
695 for(sal_uInt32 a(1); a < nSizeY; a++) in SvgTextPosition()
721 for(sal_uInt32 a(1); a < nSizeDy; a++) in SvgTextPosition()
[all …]
/trunk/main/basegfx/source/polygon/
H A Db2dpolygonclipper.cxx177 const sal_uInt32 nPolygonCount(rCandidate.count()); in clipPolyPolygonOnParallelAxis()
180 for(sal_uInt32 a(0L); a < nPolygonCount; a++) in clipPolyPolygonOnParallelAxis()
195 const sal_uInt32 nCount(rCandidate.count()); in clipPolygonOnRange()
299 const sal_uInt32 nPolygonCount(rCandidate.count()); in clipPolyPolygonOnRange()
324 for(sal_uInt32 a(0L); a < nPolygonCount; a++) in clipPolyPolygonOnRange()
427 for(sal_uInt32 a(0); a < rCandidate.count(); a++) in clipPolyPolygonOnPolyPolygon()
672 sal_uInt32 out_count=0; in scissorLineSegment()
675 for(sal_uInt32 i=0; i<in_count; i++) { in scissorLineSegment()
894 sal_uInt32 vertex_count = 3; in clipTriangleListOnRange()
908 for(sal_uInt32 i=2; i<vertex_count; ++i) in clipTriangleListOnRange()
[all …]
/trunk/main/sw/source/filter/xml/
H A Dxmltble.cxx76 sal_uInt32 nRelWidth;
117 sal_uInt32 nWidth;
146 sal_uInt32 nCPos = 0U; in SwXMLTableLines_Impl()
215 sal_uInt32 nCol, sal_uInt32 nRow, sal_Bool bTop );
244 sal_uInt32 i; in AddRow()
330 sal_uInt32 nCol, sal_uInt32 nRow, sal_Bool bTop ) in lcl_xmltble_appendBoxPrefix()
350 sal_uInt32 nCol, sal_uInt32 nRow, sal_Bool bTop ) in AddCell()
389 sal_uInt32 i; in AddCell()
581 sal_uInt32 nAbsWidth, sal_uInt32 nBaseWidth, in ExportTableLinesAutoStyles()
601 sal_uInt32 nCPos = 0U; in ExportTableLinesAutoStyles()
[all …]
/trunk/main/writerfilter/source/doctok/
H A DWW8LFOTable.cxx31 sal_uInt32 nCount = getEntryCount(); in initPayload()
33 sal_uInt32 nOffset = 4; in initPayload()
34 sal_uInt32 nOffsetLFOData = mnPlcfPayloadOffset; in initPayload()
36 for (sal_uInt32 n = 0; n < nCount; ++n) in initPayload()
48 sal_uInt32 nLvls = aLFO.get_clfolvl(); in initPayload()
50 for (sal_uInt32 k = 0; k < nLvls; ++k) in initPayload()
61 sal_uInt32 WW8LFOTable::getEntryCount() in getEntryCount()
67 WW8LFOTable::getEntry(sal_uInt32 nIndex) in getEntry()
81 sal_uInt32 nPayloadSize = pLFOTable->getPayloadSize(mnIndex); in get_LFOData()
106 sal_uInt32 WW8LFOLevel::calcSize() in calcSize()
[all …]

Completed in 141 milliseconds

12345678910>>...125