Home
last modified time | relevance | path

Searched refs:sal_uInt32 (Results 126 – 150 of 3103) sorted by relevance

12345678910>>...125

/trunk/main/basegfx/inc/basegfx/raster/
H A Dbpixelraster.hxx48 sal_uInt32 mnWidth;
49 sal_uInt32 mnHeight;
50 sal_uInt32 mnCount;
61 BPixelRaster(sal_uInt32 nWidth, sal_uInt32 nHeight) in BPixelRaster()
76 sal_uInt32 getIndexFromXY(sal_uInt32 nX, sal_uInt32 nY) const { return (nX + (nY * mnWidth)); } in getIndexFromXY()
77 sal_uInt32 getXFromIndex(sal_uInt32 nIndex) const { return (nIndex % mnWidth); } in getXFromIndex()
78 sal_uInt32 getYFromIndex(sal_uInt32 nIndex) const { return (nIndex / mnWidth); } in getYFromIndex()
81 sal_uInt32 getWidth() const { return mnWidth; } in getWidth()
83 sal_uInt32 getCount() const { return mnCount; } in getCount()
86 const BPixel& getBPixel(sal_uInt32 nIndex) const in getBPixel()
[all …]
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx121 for(sal_uInt32 a(0L); a < nPolygonCount; a++) in impAddInBetweenFill()
143 for(sal_uInt32 b(0L); b < nEdgeCount; b++) in impAddInBetweenFill()
145 const sal_uInt32 nIndexA(b); in impAddInBetweenFill()
201 for(sal_uInt32 b(0L); b < aSub.count(); b++) in impSetNormal()
218 for(sal_uInt32 a(0L); a < nPolygonCount; a++) in impCreateInBetweenNormals()
309 for(sal_uInt32 b(0L); b < nPointCount; b++) in impMixNormals()
365 sal_uInt32 nSteps, in createLatheSlices()
436 for(sal_uInt32 a(0L); a < nSteps; a++) in createLatheSlices()
600 sal_uInt32 a; in extractPlanesFromSlice()
929 sal_uInt32 nIndexLeft(0); in createReducedOutlines()
[all …]
/trunk/main/writerfilter/source/doctok/
H A DWW8StyleSheet.cxx31 sal_uInt32 nCount = getEntryCount(); in initPayload()
33 sal_uInt32 nOffset = get_size() + 2; in initPayload()
45 sal_uInt32 WW8StyleSheet::calcSize() in calcSize()
50 sal_uInt32 WW8StyleSheet::getEntryCount() in getEntryCount()
76 sal_uInt32 nCount = getU8(0xc); in get_xstzName()
122 sal_uInt32 WW8Style::get_upxstart() in get_upxstart()
124 sal_uInt32 nResult = 0; in get_upxstart()
125 sal_uInt32 nCount = getU8(0xc); in get_upxstart()
151 sal_uInt32 WW8Style::get_upx_count() in get_upx_count()
157 (sal_uInt32 nIndex) in get_upx()
[all …]
H A DWW8PropertySetImpl.hxx49 WW8PropertyImpl(WW8Stream & rStream, sal_uInt32 nOffset, sal_uInt32 nCount);
51 sal_uInt32 nCount);
54 sal_uInt32 nCount);
58 sal_uInt32 getId() const { return getU16(0); } in getId()
59 sal_uInt32 getParam() const;
62 sal_uInt32 getByteLength() const;
63 sal_uInt32 getParamOffset() const;
78 sal_uInt32 nCount, bool bPap = false);
96 virtual sal_uInt32 get_istd() const;
115 sal_uInt32 mnOffset;
[all …]
H A DDffImpl.cxx37 typedef map<sal_uInt32, string> Map_t;
275 DffOPT::get_property(sal_uInt32 nPos) in get_property()
288 sal_uInt32 DffOPT::get_extraoffset(sal_uInt32 pos) in get_extraoffset()
290 sal_uInt32 nResult; in get_extraoffset()
316 sal_uInt32 DffDGG::get_fidcl_count() in get_fidcl_count()
322 DffDGG::get_fidcl(sal_uInt32 pos) in get_fidcl()
420 sal_uInt32 nOp = get_op(); in resolveNoAuto()
421 sal_uInt32 nMask = 2; in resolveNoAuto()
483 sal_uInt32 nOffset = 0x8; in resolveNoAuto()
484 sal_uInt32 nCount = getCount(); in resolveNoAuto()
[all …]
H A DWW8Sttbf.cxx31 WW8Sttbf::WW8Sttbf(WW8Stream & rStream, sal_uInt32 nOffset, sal_uInt32 nCount) in WW8Sttbf()
34 sal_uInt32 nComplexOffset = 0; in WW8Sttbf()
46 for (sal_uInt32 n = 0; n < mnCount; ++n) in WW8Sttbf()
60 sal_uInt32 WW8Sttbf::getEntryOffset(sal_uInt32 nPos) const in getEntryOffset()
65 sal_uInt32 WW8Sttbf::getExtraOffset(sal_uInt32 nPos) const in getExtraOffset()
70 sal_uInt32 WW8Sttbf::getEntryCount() const in getEntryCount()
97 sal_uInt32 nCount = mpSttbf->getEntryCount(); in resolve()
99 for (sal_uInt32 n = 0; n < nCount; n++) in resolve()
132 sal_uInt32 WW8SttbRgtplc::getEntryCount() in getEntryCount()
138 WW8SttbRgtplc::getEntry(sal_uInt32 nIndex) in getEntry()
[all …]
H A DWW8PropertySetImpl.cxx53 sal_uInt32 nOffset, sal_uInt32 nCount) in WW8PropertyImpl()
60 sal_uInt32 nCount) in WW8PropertyImpl()
67 sal_uInt32 nCount) in WW8PropertyImpl()
76 sal_uInt32 WW8PropertyImpl::getParam() const in getParam()
78 sal_uInt32 nResult = 0; in getParam()
117 sal_uInt32 WW8PropertyImpl::getByteLength() const in getByteLength()
119 sal_uInt32 nParamSize = 0; in getByteLength()
162 sal_uInt32 WW8PropertyImpl::getParamOffset() const in getParamOffset()
164 sal_uInt32 nReturn = 0; in getParamOffset()
243 sal_uInt32 WW8PropertySetImpl::get_istd() const in get_istd()
[all …]
H A DWW8ListTable.cxx32 sal_uInt32 nCount = getEntryCount(); in initPayload()
34 sal_uInt32 nOffset = 2; in initPayload()
35 sal_uInt32 nOffsetLevel = mnPlcfPayloadOffset; in initPayload()
36 for (sal_uInt32 n = 0; n < nCount; ++n) in initPayload()
46 for (sal_uInt32 i = 0; i < nLvlCount; ++i) in initPayload()
67 sal_uInt32 WW8ListTable::getEntryCount() in getEntryCount()
73 WW8ListTable::getEntry(sal_uInt32 nIndex) in getEntry()
83 sal_uInt32 WW8List::get_listlevel_count() in get_listlevel_count()
92 WW8List::get_listlevel(sal_uInt32 nIndex) in get_listlevel()
115 sal_uInt32 nOffset = getSize(); in resolveNoAuto()
[all …]
/trunk/main/basic/source/runtime/
H A Dstep1.cxx41 void SbiRuntime::StepLOADNC( sal_uInt32 nOp1 ) in StepLOADNC()
65 void SbiRuntime::StepLOADSC( sal_uInt32 nOp1 ) in StepLOADSC()
74 void SbiRuntime::StepLOADI( sal_uInt32 nOp1 ) in StepLOADI()
83 void SbiRuntime::StepARGN( sal_uInt32 nOp1 ) in StepARGN()
98 void SbiRuntime::StepARGTYP( sal_uInt32 nOp1 ) in StepARGTYP()
143 void SbiRuntime::StepPAD( sal_uInt32 nOp1 ) in StepPAD()
155 void SbiRuntime::StepJUMP( sal_uInt32 nOp1 ) in StepJUMP()
168 void SbiRuntime::StepJUMPT( sal_uInt32 nOp1 ) in StepJUMPT()
177 void SbiRuntime::StepJUMPF( sal_uInt32 nOp1 ) in StepJUMPF()
211 void SbiRuntime::StepGOSUB( sal_uInt32 nOp1 ) in StepGOSUB()
[all …]
/trunk/main/svx/source/form/
H A Dfmexch.cxx250 ::std::vector< sal_uInt32 > aCurrentPath; in buildPathFormat()
263 Sequence<sal_uInt32>& rCurrentPath = *pAllPaths; in buildPathFormat()
267 sal_uInt32* pSeq = rCurrentPath.getArray(); in buildPathFormat()
342 sal_uInt32 OControlExchange::getControlPathFormatId() in getControlPathFormatId()
344 static sal_uInt32 s_nFormat = (sal_uInt32)-1; in getControlPathFormatId()
345 if ((sal_uInt32)-1 == s_nFormat) in getControlPathFormatId()
356 static sal_uInt32 s_nFormat = (sal_uInt32)-1; in getHiddenControlModelsFormatId()
357 if ((sal_uInt32)-1 == s_nFormat) in getHiddenControlModelsFormatId()
366 sal_uInt32 OControlExchange::getFieldExchangeFormatId() in getFieldExchangeFormatId()
368 static sal_uInt32 s_nFormat = (sal_uInt32)-1; in getFieldExchangeFormatId()
[all …]
/trunk/main/sal/osl/w32/
H A Dprofile.cxx109 sal_uInt32 m_Line;
111 sal_uInt32 m_Len;
130 sal_uInt32 m_Flags;
160 sal_uInt32 NoEntry, sal_uInt32 Line,
568 sal_uInt32 i; in osl_readProfileIdent()
599 sal_uInt32 i; in osl_writeProfileString()
1653 sal_uInt32 i, n; in insertLine()
1689 sal_uInt32 i, n; in removeLine()
1724 sal_uInt32 NoEntry, sal_uInt32 Line, in setEntry()
1928 sal_uInt32 i; in loadProfile()
[all …]
/trunk/main/canvas/source/directx/
H A Ddx_surfacebitmap.cxx543 sal_uInt32 nWidth = rect.X2-rect.X1; in getData()
544 sal_uInt32 nHeight = rect.Y2-rect.Y1; in getData()
561 for(sal_uInt32 y=0; y<nHeight; ++y) in getData()
577 for(sal_uInt32 y=0; y<nHeight; ++y) in getData()
627 sal_uInt32 nWidth = rect.X2-rect.X1; in setData()
643 for(sal_uInt32 y=0; y<nHeight; ++y) in setData()
660 for(sal_uInt32 y=0; y<nHeight; ++y) in setData()
720sal_uInt32 *pDst = (sal_uInt32 *)((((BYTE *)aSurfaceDesc.lpSurface)+(pos.Y*aSurfaceDesc.lPitch))+p… in setPixel()
729 sal_uInt32 *pDst = (sal_uInt32 *)((((BYTE *)aLockedRect.pBits)+(pos.Y*aLockedRect.Pitch))+pos.X); in setPixel()
778sal_uInt32 *pDst = (sal_uInt32 *)((((BYTE *)aSurfaceDesc.lpSurface)+(pos.Y*aSurfaceDesc.lPitch))+p… in getPixel()
[all …]
/trunk/main/sw/source/filter/html/
H A Dparcss1.hxx155 inline sal_uInt32 GetULength() const;
205 sal_uInt32 nlLineNr; // akt. Zeilen Nummer
206 sal_uInt32 nlLinePos; // akt. Spalten Nummer
230 sal_uInt32 IncLineNr() { return ++nlLineNr; } in IncLineNr()
231 sal_uInt32 IncLinePos() { return ++nlLinePos; } in IncLinePos()
232 inline sal_uInt32 SetLineNr( sal_uInt32 nlNum ); // inline unten
233 inline sal_uInt32 SetLinePos( sal_uInt32 nlPos ); // inline unten
276 inline sal_uInt32 CSS1Parser::SetLineNr( sal_uInt32 nlNum ) in SetLineNr()
278 sal_uInt32 nlOld = nlLineNr; in SetLineNr()
283 inline sal_uInt32 CSS1Parser::SetLinePos( sal_uInt32 nlPos ) in SetLinePos()
[all …]
/trunk/main/editeng/source/uno/
H A Dunofored.cxx55 sal_uInt32 SvxEditEngineForwarder::GetParagraphCount() const in GetParagraphCount()
60 sal_uInt16 SvxEditEngineForwarder::GetTextLen( sal_uInt32 nParagraph ) const in GetTextLen()
100 SfxItemSet SvxEditEngineForwarder::GetParaAttribs( sal_uInt32 nPara ) const in GetParaAttribs()
184 for( sal_uInt32 nPara = rSel.nStartPara; nPara <= rSel.nEndPara; nPara++ ) in GetSvxEditEngineItemState()
323 sal_uInt16 SvxEditEngineForwarder::GetFieldCount( sal_uInt32 nPara ) const in GetFieldCount()
333 EBulletInfo SvxEditEngineForwarder::GetBulletInfo( sal_uInt32 ) const in GetBulletInfo()
386 Rectangle SvxEditEngineForwarder::GetParaBounds( sal_uInt32 nPara ) const in GetParaBounds()
461 sal_uInt16 SvxEditEngineForwarder::GetLineCount( sal_uInt32 nPara ) const in GetLineCount()
505 sal_Int16 SvxEditEngineForwarder::GetDepth( sal_uInt32 ) const in GetDepth()
511 sal_Bool SvxEditEngineForwarder::SetDepth( sal_uInt32, sal_Int16 nNewDepth ) in SetDepth() argument
[all …]
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx687 sal_uInt32 EditEngine::GetTextLen() const in GetTextLen()
731 sal_uInt32 EditEngine::GetLineHeight( sal_uInt32 nParagraph, sal_uInt16 nLine ) in GetLineHeight()
749 sal_uInt32 EditEngine::GetTextHeight( sal_uInt32 nParagraph ) const in GetTextHeight()
1295 sal_uInt32 EditEngine::GetTextHeight() const in GetTextHeight()
1306 sal_uInt32 EditEngine::CalcTextWidth() in CalcTextWidth()
1461 EditTextObject* EditEngine::CreateTextObject( sal_uInt32 nPara, sal_uInt32 nParas ) in CreateTextObject()
1758 sal_uInt32 nChanges = nPrev ^ nWord; in SetControlWord()
1791 for ( sal_uInt32 n = 0; n < nNodes; n++ ) in SetControlWord()
2379 for ( sal_uInt32 n = 0; n < nNodes; n++ ) in HasOnlineSpellErrors()
2515 void EditEngine::ParagraphConnected( sal_uInt32 /*nLeftParagraph*/, sal_uInt32 /*nRightParagraph*/ ) in ParagraphConnected() argument
[all …]
/trunk/main/vcl/inc/vcl/
H A Dsalbtype.hxx785 const sal_uInt32 nVal = *pPixel; in GetColorFor8Bit()
801 const sal_uInt32 nVal = *(sal_uInt16*) pPixel; in GetColorFor16BitMSB()
803 const sal_uInt32 nVal = pPixel[ 1 ] | ( (sal_uInt32) pPixel[ 0 ] << 8UL ); in GetColorFor16BitMSB()
828 const sal_uInt32 nVal = pPixel[ 0 ] | ( (sal_uInt32) pPixel[ 1 ] << 8UL ); in GetColorFor16BitLSB()
855 …const sal_uInt32 nVal = pPixel[ 0 ] | ( (sal_uInt32) pPixel[ 1 ] << 8UL ) | ( (sal_uInt32) pPixel[… in GetColorFor24Bit()
872 const sal_uInt32 nVal = (sal_uInt32) pPixel[ 0 ] | ( (sal_uInt32) pPixel[ 1 ] << 8UL ) | in GetColorFor32Bit()
873 ( (sal_uInt32) pPixel[ 2 ] << 16UL ) | ( (sal_uInt32) pPixel[ 3 ] << 24UL ); in GetColorFor32Bit()
875 const sal_uInt32 nVal = *(sal_uInt32*) pPixel; in GetColorFor32Bit()
886 const sal_uInt32 nVal = (sal_uInt32) pPixel[ 0 ] | ( (sal_uInt32) pPixel[ 1 ] << 8UL ) | in GetColorAndAlphaFor32Bit()
887 ( (sal_uInt32) pPixel[ 2 ] << 16UL ) | ( (sal_uInt32) pPixel[ 3 ] << 24UL ); in GetColorAndAlphaFor32Bit()
[all …]
/trunk/main/vcl/source/fontsubset/
H A Dttcr.hxx72 void TrueTypeCreatorNewEmpty(sal_uInt32 tag, TrueTypeCreator **_this);
88 void RemoveTable(TrueTypeCreator *_this, sal_uInt32 tag);
121 int GetRawData(TrueTypeTable *, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt32 *tag);
131 TrueTypeTable *TrueTypeTableNew(sal_uInt32 tag,
132 sal_uInt32 nbytes,
141 TrueTypeTable *TrueTypeTableNew_head(sal_uInt32 fontRevision,
195 TrueTypeTable *TrueTypeTableNew_post(sal_uInt32 format,
196 sal_uInt32 italicAngle,
199 sal_uInt32 isFixedPitch);
210 void cmapAdd(TrueTypeTable *, sal_uInt32 id, sal_uInt32 c, sal_uInt32 g);
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Duno2cpp.cxx46 sal_uInt32 *pStack, sal_uInt32 nStack, sal_uInt32 *pGPR, double *pFPR);
56 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV );
74 *pDS++ = reinterpret_cast<sal_uInt32 *>( pSV )[1]; \
75 *pDS++ = reinterpret_cast<sal_uInt32 *>( pSV )[0]; \
81 sal_uInt32 *pDouble = (sal_uInt32 *)&(pFPR[nr++]); \
87 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV );
96 sal_uInt32 *pDouble = (sal_uInt32 *)&(pFPR[nr+1]); \
184 sal_uInt32 * pStack = (sal_uInt32 *)__builtin_alloca( in cpp_call()
186 sal_uInt32 * pStackStart = pStack; in cpp_call()
188 sal_uInt32 pGPR[hppa::MAX_GPR_REGS]; in cpp_call()
[all …]
/trunk/main/editeng/inc/editeng/
H A Deditdata.hxx110 sal_uInt32 nPara;
128 sal_uInt32 nStartPara;
130 sal_uInt32 nEndPara;
135 ESelection( sal_uInt32 nStPara, xub_StrLen nStPos, sal_uInt32 nEPara, xub_StrLen nEPos ) : in ESelection()
300 sal_uInt32 nPara;
309 sal_uInt32 nStartPara;
310 sal_uInt32 nEndPara;
311 sal_uInt32 nDestPara;
313 MoveParagraphsInfo( sal_uInt32 nS, sal_uInt32 nE, sal_uInt32 nD ) in MoveParagraphsInfo()
323 sal_uInt32 nStartPara;
[all …]
/trunk/main/vcl/inc/unx/
H A Di18n_xkb.hxx35 sal_uInt32 mnDefaultGroup;
36 sal_uInt32 mnGroup;
52 sal_uInt32 LookupKeysymInGroup( sal_uInt32 nKeyCode,
53 sal_uInt32 nShiftState,
54 sal_uInt32 nGroup ) const ;
57 sal_uInt32 nKeyCode,
58 sal_uInt32 nShiftState ) const ;
85 inline sal_uInt32
87 sal_uInt32 nShiftState ) const in LookupKeysymInDefaultGroup()
92 inline sal_uInt32
[all …]
/trunk/main/svx/inc/svx/
H A Doptgrid.hxx42 sal_uInt32 nFldDrawX;
43 sal_uInt32 nFldDivisionX;
44 sal_uInt32 nFldDrawY;
45 sal_uInt32 nFldDivisionY;
46 sal_uInt32 nFldSnapX;
47 sal_uInt32 nFldSnapY;
57 void SetFldDrawX( sal_uInt32 nSet){nFldDrawX = nSet;} in SetFldDrawX()
61 void SetFldSnapX( sal_uInt32 nSet){nFldSnapX = nSet;} in SetFldSnapX()
68 sal_uInt32 GetFldDrawX( ) const { return nFldDrawX; } in GetFldDrawX()
70 sal_uInt32 GetFldDrawY ( ) const { return nFldDrawY; } in GetFldDrawY()
[all …]
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsSelectionFunction.cxx125 sal_uInt32 mnEventCode;
132 sal_uInt32 nEventType,
136 sal_uInt32 nEventType,
263 const sal_uInt32 nEventCode);
815 const sal_uInt32 nEventCode, in Match()
848 const sal_uInt32 nEventCode) in SwitchToMultiSelectionMode()
921 const sal_uInt32 nEventType, in EventDescriptor()
956 const sal_uInt32 nEventType, in EventDescriptor()
1082 sal_uInt32 nEventCode (0); in EncodeState()
1578 const sal_uInt32 nEventCode) in MultiSelectionModeHandler()
[all …]
/trunk/main/store/source/
H A Dstorlckb.cxx49 const sal_uInt32 OStoreLockBytes::m_nTypeId = sal_uInt32(0x94190310);
144 sal_uInt32 nOffset, in readAt()
146 sal_uInt32 nBytes, in readAt()
147 sal_uInt32 &rnDone) in readAt()
182 sal_uInt32 nLength = sal_uInt32(aDescr.m_nLength); in readAt()
201 sal_uInt32 nLength = sal_uInt32(aDescr.m_nLength); in readAt()
239 sal_uInt32 nOffset, in writeAt()
241 sal_uInt32 nBytes, in writeAt()
242 sal_uInt32 &rnDone) in writeAt()
274 sal_uInt32 nLength = sal_uInt32(aDescr.m_nLength); in writeAt()
[all …]
H A Dlockbyte.hxx70 sal_uInt32 nOffset);
87 sal_uInt32 nOffset,
89 sal_uInt32 nBytes);
98 sal_uInt32 nOffset,
100 sal_uInt32 nBytes);
135 sal_uInt32 nOffset,
137 sal_uInt32 nBytes) = 0;
140 sal_uInt32 nOffset,
142 sal_uInt32 nBytes) = 0;
145 sal_uInt32 & rnSize) = 0;
[all …]
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingImportHelper.hxx69 sal_uInt32 nID;
81 sal_uInt32 nID;
92 sal_uInt32 nID;
101 sal_uInt32 nID;
120 typedef std::list<sal_uInt32> ScMyDependencies;
128 sal_uInt32 nActionNumber;
129 sal_uInt32 nRejectingNumber;
130 sal_uInt32 nPreviousAction;
191 sal_uInt32 nPrefixLength;
214 sal_uInt32 GetIDFromString(const rtl::OUString& sID);
[all …]

Completed in 147 milliseconds

12345678910>>...125