Home
last modified time | relevance | path

Searched refs:sal_uLong (Results 301 – 325 of 1628) sorted by relevance

1...<<11121314151617181920>>...66

/trunk/main/sw/inc/
H A Dnode.hxx117 SwNode( SwNodes& rNodes, sal_uLong nPos, const sal_uInt8 nNodeId );
128 inline sal_uLong StartOfSectionIndex() const;
132 inline sal_uLong EndOfSectionIndex() const;
302 inline sal_uLong GetIndex() const { return GetPos(); } in GetIndex()
327 SwStartNode( SwNodes& rNodes, sal_uLong nPos );
358 SwEndNode( SwNodes& rNodes, sal_uLong nPos, SwStartNode& rSttNd );
713 inline sal_uLong SwNode::StartOfSectionIndex() const in StartOfSectionIndex()
717 inline sal_uLong SwNode::EndOfSectionIndex() const in EndOfSectionIndex()
H A Dndtxt.hxx177 SW_DLLPRIVATE void SetParaNumberOfWords( sal_uLong nTmpWords ) const;
178 SW_DLLPRIVATE sal_uLong GetParaNumberOfWords() const;
179 SW_DLLPRIVATE void SetParaNumberOfChars( sal_uLong nTmpChars ) const;
180 SW_DLLPRIVATE sal_uLong GetParaNumberOfChars() const;
247 void GetMinMaxSize( sal_uLong nIndex, sal_uLong& rMin, sal_uLong &rMax, sal_uLong &rAbs,
/trunk/main/unotools/inc/unotools/
H A Dfontdefs.hxx39 #define SUBSFONT_ONLYONE ((sal_uLong)0x00000001)
40 #define SUBSFONT_MS ((sal_uLong)0x00000002)
41 #define SUBSFONT_PS ((sal_uLong)0x00000004)
42 #define SUBSFONT_HTML ((sal_uLong)0x00000008)
44 UNOTOOLS_DLLPUBLIC String GetSubsFontName( const String& rName, sal_uLong nFlags );
/trunk/main/automation/source/server/
H A Dprofiler.hxx46 sal_uLong nProcessTicks;
47 sal_uLong nSystemTicks;
70 sal_uLong GetPartitioningTime();
72 void StartAutoProfiling( sal_uLong nMSec ); // Automatisch alle nMSec Milisekunden sampeln
109 String Dec( sal_uLong nNr ); // Ergebnis = nNr / 100 mit 2 Dezimalen
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx70 sal_uLong nActPos;
73 _PercentHdl( sal_uLong nStt, sal_uLong nEnd, SwDocShell* pSh ) in _PercentHdl()
87 sal_uLong nStt, nEnd; in _PercentHdl()
110 void NextPos( sal_uLong nPos ) const in NextPos()
115 sal_uLong nPos; in NextPos()
310 sal_uLong nTmp = nSttIdx; in IsSelOvr()
457 const sal_uLong nRefNodeIdx = in IsSelOvr()
801 sal_uLong nFound = 0; in lcl_FindSelection()
998 sal_uLong nFound = 0; in FindAll()
1165 rPos.nNode = *rNds[ sal_uLong(0) ]; in FillFindPos()
[all …]
/trunk/main/starmath/source/
H A Dmathmlimport.cxx92 sal_uLong SmXMLImportWrapper::Import(SfxMedium &rMedium) in Import()
94 sal_uLong nError = ERRCODE_SFX_DOLOADFAILED; in Import()
202 sal_uLong nWarn = ReadThroughComponent( in Import()
253 sal_uLong SmXMLImportWrapper::ReadThroughComponent( in ReadThroughComponent()
261 sal_uLong nError = ERRCODE_SFX_DOLOADFAILED; in ReadThroughComponent()
357 sal_uLong SmXMLImportWrapper::ReadThroughComponent( in ReadThroughComponent()
847 sal_uLong nElementCount;
2347 for (sal_uLong i=0;i< 1;i++) in EndElement()
2356 sal_uLong n = rNodeStack.Count(); in EndElement()
2358 for (sal_uLong j = 0; j < n; j++) in EndElement()
[all …]
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx410 if( (sal_uLong)pNext == (sal_uLong)pStartEntry ) in PageDown()
447 if( (sal_uLong)pPrev == (sal_uLong)pStartEntry ) in PageUp()
1041 sal_uLong nCount = nVisibleCount; in RepaintSelectionItems()
1044 for( sal_uLong n=0; n< nCount && pEntry; n++ ) in RepaintSelectionItems()
1103 sal_uLong nMax = nVisibleCount + nOffs + 1; in DrawNet()
1107 for( sal_uLong n=0; n< nMax && pEntry; n++ ) in DrawNet()
1439 sal_uLong nVis = 0; in ShowVerSBar()
1599 sal_uLong nVisList = pView->GetVisibleCount(); in EntryCollapsed()
2427 DBG_ASSERT(pNewCursor&&(sal_uLong)pNewCursor!=(sal_uLong)pCursor,"Cursor?"); in KeyInput()
2455 DBG_ASSERT(pNewCursor&&(sal_uLong)pNewCursor!=(sal_uLong)pCursor,"Cursor?"); in KeyInput()
[all …]
/trunk/main/vcl/source/gdi/
H A Dalpha.cxx113 sal_Bool AlphaMask::Expand( sal_uLong nDX, sal_uLong nDY, sal_uInt8* pInitTransparency ) in Expand()
278 sal_Bool AlphaMask::Mirror( sal_uLong nMirrorFlags ) in Mirror()
343 …l_Bool AlphaMask::Replace( sal_uInt8 cSearchTransparency, sal_uInt8 cReplaceTransparency, sal_uLong in Replace()
397 sal_uLong nColorCount, sal_uLong* pTols ) in Replace()
403 for( sal_uLong i = 0; i < nColorCount; i++ ) in Replace()
H A Dbmpacc.cxx165 sal_Bool BitmapReadAccess::ImplSetAccessPointers( sal_uLong nFormat ) in ImplSetAccessPointers()
207 const sal_uLong nScanlineFormat = GetScanlineFormat(); in ImplZeroInitUnusedBits()
497 sal_uLong nSrcScanlineFormat, sal_uLong nSrcScanlineSize ) in CopyScanline()
499 const sal_uLong nFormat = BMP_SCANLINE_FORMAT( nSrcScanlineFormat ); in CopyScanline()
506 const sal_uLong nCount = Min( GetScanlineSize(), nSrcScanlineSize ); in CopyScanline()
568 const sal_uLong nCount = nHeight * mpBuffer->mnScanlineSize; in CopyBuffer()
/trunk/main/extensions/source/propctrlr/
H A Dtaborder.cxx284 sal_uLong nEntryCount = aLB_Controls.GetEntryCount();
290 for (sal_uLong i=0; i < nEntryCount; i++)
358 sal_uLong nFirstSelPos = GetModel()->GetAbsPos( pFirstSelected ); in MoveSelection()
364 sal_uLong nSelEntryPos = GetModel()->GetAbsPos( pSelEntry ); in MoveSelection()
381 sal_uLong nLastSelPos = GetModel()->GetAbsPos( pLastSelected ); in MoveSelection()
386 sal_uLong nSelCount = GetSelectionCount(); in MoveSelection()
394 sal_uLong nSelEntryPos = GetModel()->GetAbsPos( pSelEntry ); in MoveSelection()
/trunk/main/idl/source/objects/
H A Dbastype.cxx40 sal_uLong nMin, sal_uLong nMax, sal_uLong* pValue ) in ReadRangeSvIdl()
52 sal_uLong n = pTok->GetNumber(); in ReadRangeSvIdl()
327 sal_uLong n; in ReadSvIdl()
360 sal_uLong n; in ReadSvIdl()
567 sal_uLong n = 0; in ReadSvIdl()
H A Dbasobj.cxx88 sal_Bool SvMetaObject::TestAndSeekSpaceOnly( SvStream & rOutStm, sal_uLong nBegPos ) in TestAndSeekSpaceOnly()
91 sal_uLong nPos = rOutStm.Tell(); in TestAndSeekSpaceOnly()
117 sal_uLong nPos = rOutStm.Tell(); in Back2Delemitter()
433 sal_uLong nBeginPos = rOutStm.Tell(); in WriteSvIdl()
436 sal_uLong nOldPos = rOutStm.Tell(); in WriteSvIdl()
476 sal_uLong nBeginPos = rOutStm.Tell(); in Write()
479 sal_uLong nOldPos = rOutStm.Tell(); in Write()
483 sal_uLong nPos = rOutStm.Tell(); in Write()
/trunk/main/vcl/inc/
H A Dimpoct.hxx131 sal_uLong nNew;
132 sal_uLong nDelete;
133 sal_uLong nGet;
134 sal_uLong nRelease;
138 ImpNodeCache( const sal_uLong nInitSize );
/trunk/main/vcl/source/window/
H A Dsyswin.cxx498 sal_uLong nValidMask = 0; in ImplWindowStateFromStr()
551 sal_uLong nState = (sal_uLong)aTokenStr.ToInt32(); in ImplWindowStateFromStr()
613 sal_uLong nValidMask = rData.GetMask(); in ImplWindowStateToStr()
633 sal_uLong nState = rData.GetState(); in ImplWindowStateToStr()
713 sal_uLong nValidMask = rData.GetMask(); in SetWindowStateData()
726 sal_uLong nState = rData.GetState(); in SetWindowStateData()
855 sal_uLong nState = rData.GetState(); in SetWindowStateData()
868 sal_uLong nValidMask = rData.GetMask(); in GetWindowStateData()
930 sal_uLong nState = 0; in GetWindowStateData()
965 ByteString SystemWindow::GetWindowState( sal_uLong nMask ) const in GetWindowState()
/trunk/main/svtools/inc/svtools/
H A Dctrltool.hxx174 …SVT_DLLPRIVATE ImplFontListNameInfo* ImplFind( const XubString& rSearchName, sal_uLong* pIndex ) c…
232 sal_uLong mnElem;
237 sal_uLong Count() const { return mnElem; } in Count()
243 String GetIndexName( sal_uLong nIndex ) const;
244 long GetIndexSize( sal_uLong nIndex ) const;
/trunk/main/svtools/source/edit/
H A Dtextundo.cxx131 TextUndoDelPara::TextUndoDelPara( TextEngine* pTextEngine, TextNode* pNode, sal_uLong nPara ) in TextUndoDelPara()
172 sal_uLong nParas = GetDoc()->GetNodes().Count(); in Redo()
173 sal_uLong n = mnPara < nParas ? mnPara : (nParas-1); in Redo()
182 TextUndoConnectParas::TextUndoConnectParas( TextEngine* pTextEngine, sal_uLong nPara, sal_uInt16 nP… in TextUndoConnectParas()
206 TextUndoSplitPara::TextUndoSplitPara( TextEngine* pTextEngine, sal_uLong nPara, sal_uInt16 nPos ) in TextUndoSplitPara()
312 …for ( sal_uLong nPara = maSelection.GetStart().GetPara(); nPara <= maSelection.GetEnd().GetPara();… in Undo()
/trunk/main/sw/source/core/undo/
H A Dunsort.cxx69 SwUndoSort::SwUndoSort( sal_uLong nStt, sal_uLong nEnd, const SwTableNode& rTblNd, in SwUndoSort()
131 const sal_uLong nIdx = pTblNd->GetIndex(); in UndoImpl()
212 const sal_uLong nIdx = pTblNd->GetIndex(); in RedoImpl()
270 void SwUndoSort::Insert( sal_uLong nOrgPos, sal_uLong nNewPos) in Insert()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx1172 sal_uLong WW8PLCFx_PCD::GetIMax() const in GetIMax()
1177 sal_uLong WW8PLCFx_PCD::GetIdx() const in GetIdx()
2129 sal_uLong n; in WW8Read_xstz()
2144 sal_uLong nWasRead=0; in SafeReadString()
2952 sal_uLong WW8PLCFx::GetIdx2() const in GetIdx2()
2957 void WW8PLCFx::SetIdx2(sal_uLong ) in SetIdx2() argument
3804 sal_uLong nNr = pRef->GetIdx(); in GetSprms()
4025 sal_uLong nOldPos = rStrm.Tell(); in WW8ReadSTTBF()
4104 sal_uLong nRead = 0; in WW8ReadSTTBF()
5823 sal_uLong nPos = rStrm.Tell(); in WriteHeader()
[all …]
/trunk/main/sc/inc/
H A Dchartpos.hxx43 sal_uLong nCount;
60 sal_uLong GetCount() const { return nCount; } in GetCount()
67 sal_uLong GetIndex( SCCOL nCol, SCROW nRow ) const in GetIndex()
68 { return (sal_uLong) nCol * nRowCount + nRow; } in GetIndex()
70 const ScAddress* GetPosition( sal_uLong nIndex ) const in GetPosition()
/trunk/main/sc/source/ui/inc/
H A Dundocell.hxx78 ScBaseCell** ppOldData, sal_Bool* pHasForm, sal_uLong* pOldForm,
94 sal_uLong* pOldFormats;
96 sal_uLong nEndChangeAction;
127 sal_uLong nEndChangeAction;
154 sal_uLong nEndChangeAction;
237 sal_uLong nEndChangeAction;
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx164 GetType( (sal_uLong) in Insert()
441sal_uLong nIndex = (sal_uLong)((SfxUInt32Item*)GetAttr( pItems[j].nRow, ATTR_VALUE_FORMAT ))->GetV… in DeleteRange()
623 sal_uLong nNumIndex = (sal_uLong)((SfxUInt32Item*)GetAttr( in CreateRefCell()
818sal_uLong nNumIndex = (sal_uLong)((SfxUInt32Item*)rCol.GetAttr( nRow, ATTR_VALUE_FORMAT ))->GetVal… in lclCanCloneValue()
1503 sal_uLong nFormat = GetNumberFormat( nRow ); in GetFilterEntries()
1722 sal_uLong nFormat = GetNumberFormat( nRow ); in GetString()
1737 sal_uLong nNumberFormat = 0; in FillDPCacheT()
1738 sal_uLong nNumberFormatType = NUMBERFORMAT_NUMBER; in FillDPCacheT()
1807 sal_uLong nFormat = GetNumberFormat( nRow ); in GetInputString()
1977 sal_uLong nFormat = (sal_uLong) ((SfxUInt32Item*) GetAttr( in GetMaxStringLen()
[all …]
/trunk/main/sc/source/ui/miscdlgs/
H A Dacredlin.cxx700 SvLBoxEntry* pParent, sal_uLong nSpecial) in InsertChangeActionContent()
1555 return (sal_uLong) sal_True; in IMPL_LINK()
1560 sal_uLong nEndAction, sal_uLong /* nPos */) in AppendChanges()
1580 for(sal_uLong i=nStartAction;i<=nEndAction;i++) in AppendChanges()
1645 void ScAcceptChgDlg::RemoveEntrys(sal_uLong nStartAction,sal_uLong nEndAction) in RemoveEntrys()
1657 sal_uLong nAction=0; in RemoveEntrys()
1697 void ScAcceptChgDlg::UpdateEntrys(ScChangeTrack* pChgTrack, sal_uLong nStartAction,sal_uLong nEndAc… in UpdateEntrys()
1701 sal_uLong nPos=LIST_APPEND; in UpdateEntrys()
1717 sal_uLong nAction=pScChangeAction->GetActionNumber(); in UpdateEntrys()
1766 sal_uLong nStartAction; in IMPL_LINK()
[all …]
/trunk/main/filter/source/graphicfilter/epbm/
H A Depbm.cxx47 sal_uLong mnWidth, mnHeight; // Bildausmass in Pixeln
150 for ( sal_uLong y = 0; y < mnHeight; y++ ) in ImplWriteBody()
152 sal_uLong x; in ImplWriteBody()
168 for ( sal_uLong y = 0; y < mnHeight; y++ ) in ImplWriteBody()
171 for ( sal_uLong x = 0; x < mnWidth; x++ ) in ImplWriteBody()
/trunk/main/filter/source/graphicfilter/itiff/
H A Dlzwdecom.cxx79 sal_uLong LZWDecompressor::Decompress(sal_uInt8 * pTarget, sal_uLong nMaxCount) in Decompress()
81 sal_uLong nCount; in Decompress()
90 if (((sal_uLong)nOutBufDataLen)>=nMaxCount) { in Decompress()
100 nMaxCount-=(sal_uLong)nOutBufDataLen; in Decompress()
/trunk/main/sw/source/core/inc/
H A DUndoInsert.hxx46 sal_uLong nNode;
95 MakeUndoReplaceRewriter(sal_uLong const ocurrences,
146 sal_uLong nPos;
174 sal_uLong nNode;
222 void SetNodePos( sal_uLong nNd ) in SetNodePos()

Completed in 145 milliseconds

1...<<11121314151617181920>>...66