Home
last modified time | relevance | path

Searched refs:sal_uLong (Results 51 – 75 of 1630) sorted by relevance

12345678910>>...66

/aoo4110/main/svtools/source/graphic/
H A Dgrfcache.hxx46 sal_uLong mnReleaseTimeoutSeconds;
47 sal_uLong mnMaxDisplaySize;
48 sal_uLong mnMaxObjDisplaySize;
49 sal_uLong mnUsedDisplaySize;
51 sal_Bool ImplFreeDisplayCacheSpace( sal_uLong nSizeToFree );
60 sal_uLong nDisplayCacheSize = 10000000UL,
61 sal_uLong nMaxObjDisplayCacheSize = 2400000UL );
78 void SetMaxDisplayCacheSize( sal_uLong nNewCacheSize );
79 sal_uLong GetMaxDisplayCacheSize() const { return mnMaxDisplaySize; }; in GetMaxDisplayCacheSize()
84 sal_uLong GetUsedDisplayCacheSize() const { return mnUsedDisplaySize; } in GetUsedDisplayCacheSize()
[all …]
/aoo4110/main/sw/inc/
H A Dshellio.hxx193 sal_uLong Read( const Reader& );
352 sal_uLong nErr;
364 sal_uLong GetError() const { return nErr; } in GetError()
370 sal_uLong ConvertToNew(); // Textbausteine konvertieren
457 virtual sal_uLong WriteStream() = 0;
516 sal_uLong const nStartIdx, sal_uLong const nEndIdx);
525 SvStream& OutULong( SvStream& rStrm, sal_uLong nVal );
559 virtual sal_uLong WriteStream();
560 virtual sal_uLong WriteStorage() = 0;
561 virtual sal_uLong WriteMedium( SfxMedium& ) = 0;
[all …]
H A Dpvprtdat.hxx32 sal_uLong nLeftSpace, nRightSpace, nTopSpace, nBottomSpace,
44 sal_uLong GetLeftSpace() const { return nLeftSpace; } in GetLeftSpace()
45 void SetLeftSpace( sal_uLong n ) { nLeftSpace = n; } in SetLeftSpace()
47 sal_uLong GetRightSpace() const { return nRightSpace; } in GetRightSpace()
48 void SetRightSpace( sal_uLong n ) { nRightSpace = n; } in SetRightSpace()
50 sal_uLong GetTopSpace() const { return nTopSpace; } in GetTopSpace()
51 void SetTopSpace( sal_uLong n ) { nTopSpace = n; } in SetTopSpace()
56 sal_uLong GetHorzSpace() const { return nHorzSpace; } in GetHorzSpace()
57 void SetHorzSpace( sal_uLong n ) { nHorzSpace = n; } in SetHorzSpace()
59 sal_uLong GetVertSpace() const { return nVertSpace; } in GetVertSpace()
[all …]
H A Dundobj.hxx64 void RemoveIdxFromSection( SwDoc&, sal_uLong nSttIdx, sal_uLong* pEndIdx = 0 );
66 void RemoveIdxRel( sal_uLong, const SwPosition& );
163 sal_uLong* pEndNdIdx = 0, xub_StrLen * pEndCntIdx = 0 );
166 sal_uLong* pEndNdIdx = 0, xub_StrLen * pEndCntIdx = 0 );
191 sal_uLong nMvLen; // Index ins UndoNodes-Array
192 sal_uLong nStartPos;
196 sal_uLong GetMvNodeCnt() const { return nMvLen; } in GetMvNodeCnt()
217 sal_uLong nSttNode, nEndNode;
242 sal_uLong nNdDiff;
279 sal_uLong nNdPgPos;
[all …]
/aoo4110/main/sw/source/core/inc/
H A DUndoTable.hxx68 sal_uLong nSttNode;
122 sal_uLong nSttNd, nEndNd;
138 void AddBoxPos( SwDoc& rDoc, sal_uLong nNdIdx, sal_uLong nEndIdx,
144 sal_uLong nSttNode;
160 sal_uLong nSttNode;
230 sal_uLong nTblNode;
264 sal_uLong nNode;
265 sal_uLong nNdPos;
314 sal_uLong nTblNode;
352 sal_uLong nTblNode;
[all …]
H A Dswblocks.hxx119 virtual sal_uLong Delete( sal_uInt16 ) = 0;
120 virtual sal_uLong Rename( sal_uInt16, const String&, const String& ) = 0;
122 virtual sal_uLong GetDoc( sal_uInt16 ) = 0;
123 virtual sal_uLong GetDocForConversion( sal_uInt16 );
124 virtual sal_uLong BeginPutDoc( const String&, const String& ) = 0;
125 virtual sal_uLong PutDoc() = 0;
126 virtual sal_uLong GetText( sal_uInt16, String& ) = 0;
127 virtual sal_uLong PutText( const String&, const String&, const String& ) = 0;
128 virtual sal_uLong MakeBlockList() = 0;
130 virtual sal_uLong OpenFile( sal_Bool bReadOnly = sal_True ) = 0;
[all …]
/aoo4110/main/filter/source/graphicfilter/ipcx/
H A Dipcx.cxx44 sal_uLong nPlanes; // Anzahl Ebenen
57 void ImplReadPalette( sal_uLong nCol );
98 sal_uLong* pDummy = new sal_uLong; delete pDummy; // damit unter OS/2 in ReadPCX()
197 *pPCX >> nbyte; nPlanes = (sal_uLong)nbyte; in ImplReadHeader()
226 sal_uLong nLastPercent = 0; in ImplReadBody()
229 nUsedLineSize = (sal_uLong)( ( ( nWidth * (sal_uLong)nDestBitsPerPixel ) + 7 ) >> 3 ); in ImplReadBody()
269 nCount =( (sal_uLong)nDat ) & 0x003f; in ImplReadBody()
310 sal_uLong nShift = ( i & 7 ) ^ 7; in ImplReadBody()
350 sal_uLong nShift = ( i & 7 ) ^ 7; in ImplReadBody()
369 sal_uLong nShift = ( i & 7 ) ^ 7; in ImplReadBody()
[all …]
/aoo4110/main/svtools/inc/svtools/
H A Dtextdata.hxx38 sal_uLong mnPara;
43 TextPaM( sal_uLong nPara, sal_uInt16 nIndex ) { mnPara = nPara, mnIndex = nIndex; } in TextPaM()
45 sal_uLong GetPara() const { return mnPara; } in GetPara()
46 sal_uLong& GetPara() { return mnPara; } in GetPara()
132 sal_uLong mnValue;
136 TextHint( sal_uLong nId );
137 TextHint( sal_uLong nId, sal_uLong nValue );
139 sal_uLong GetValue() const { return mnValue; } in GetValue()
140 void SetValue( sal_uLong n ) { mnValue = n; } in SetValue()
174 sal_uLong Count() const { return static_cast<sal_uLong>(::std::vector< T >::size()); } in Count()
[all …]
/aoo4110/main/sc/source/ui/inc/
H A Dconflictsdlg.hxx48 typedef ::std::vector< sal_uLong > ScChangeActionList;
61 bool HasSharedAction( sal_uLong nSharedAction ) const;
62 bool HasOwnAction( sal_uLong nOwnAction ) const;
82 …static bool HasOwnAction( ScConflictsList& rConflictsList, sal_uLong nOwnActio…
100 sal_uLong mnStartShared;
101 sal_uLong mnEndShared;
102 sal_uLong mnStartOwn;
103 sal_uLong mnEndOwn;
108 …ScConflictsListEntry* GetEntry( sal_uLong nSharedAction, const ScChangeActionList& rOwnActions );
111 … ScConflictsFinder( ScChangeTrack* pTrack, sal_uLong nStartShared, sal_uLong nEndShared,
[all …]
H A Dacredlin.hxx113 sal_uLong nActionNo;
114 sal_uLong nInfo;
159 sal_uLong nAcceptCount;
160 sal_uLong nRejectCount;
208 sal_Bool bDisabled=sal_False,sal_uLong nPos=LIST_APPEND);
212 sal_Bool bDisabled=sal_False,sal_uLong nPos=LIST_APPEND);
216 SvLBoxEntry* pParent,sal_uLong nSpecial);
231 void AppendChanges(ScChangeTrack* pChanges,sal_uLong nStartAction, sal_uLong nEndAction,
232 sal_uLong nPos=LIST_APPEND);
234 void RemoveEntrys(sal_uLong nStartAction,sal_uLong nEndAction);
[all …]
/aoo4110/main/vcl/inc/vcl/
H A Doctree.hxx43 sal_uLong nCount;
44 sal_uLong nRed;
45 sal_uLong nGreen;
46 sal_uLong nBlue;
69 sal_uLong nMax;
70 sal_uLong nLeafCount;
71 sal_uLong nLevel;
92 Octree( sal_uLong nColors );
132 const sal_uLong nBits;
136 SAL_DLLPRIVATE void ImplCreateBuffers( const sal_uLong nMax );
[all …]
/aoo4110/main/svtools/source/filter/ixpm/
H A Dxpmread.cxx157 sal_uLong i; in ReadXPM()
174 sal_uLong j = pPtr[ 0 ] << 8; in ReadXPM()
247 for ( sal_uLong i = 0; i < mnCpp; i++ ) in ImplGetColor()
277 sal_uLong i, j; in ImplGetScanLine()
364 sal_uLong i = 0; in ImplGetColSub()
446 for ( sal_uLong i = 0; i < 3; i++ ) in ImplGetRGBHex()
465 sal_uLong XPMReader::ImplGetULONG( sal_uLong nPara ) in ImplGetULONG()
469 sal_uLong nRetValue = 0; in ImplGetULONG()
487 sal_Bool XPMReader::ImplCompare( sal_uInt8* pSource, sal_uInt8* pDest, sal_uLong nSize, sal_uLong n… in ImplCompare()
525 sal_uLong pSize = 0; in ImplGetPara()
[all …]
/aoo4110/main/sw/source/filter/ww8/
H A Dww8graf.hxx35 sal_uLong mnEscherShapeOrder;
36 sal_uLong mnNoInlines;
39 EscherShape( sal_uLong nEscherShapeOrder, in EscherShape()
68 sal_uLong mnNoInitialObjects;
69 sal_uLong mnInlines;
73 sal_uInt16 GetEscherObjectIdx(sal_uLong nSpId);
74 myeiter MapEscherIdxToIter(sal_uLong nIdx);
77 sal_uLong GetEscherObjectPos( sal_uLong nSpId,
80 sal_uLong GetDrawingObjectPos(short nWwHeight);
94 sal_uLong nSpId,
[all …]
H A Dwrtww8.hxx163 sal_uLong nLnNumRestartNo;
287 WW8_CP Fc2Cp( sal_uLong nFc ) const;
586 void WriteSpecialText( sal_uLong nStart, sal_uLong nEnd, sal_uInt8 nTTyp );
676 virtual void SaveData( sal_uLong nStt, sal_uLong nEnd );
864 virtual sal_uLong WriteStorage();
887 static sal_uLong FillUntil( SvStream& rStrm, sal_uLong nEndPos = 0 );
1046 void MoveFieldMarks(sal_uLong nFrom, sal_uLong nTo);
1148 virtual void SaveData( sal_uLong nStt, sal_uLong nEnd );
1294 sal_uLong nDataLen;
1308 void Finish( sal_uLong nLastCp, sal_uLong nStartCp );
[all …]
/aoo4110/main/sot/inc/sot/
H A Dexchange.hxx51 typedef sal_uLong SotFormatStringId;
76 sal_uLong nId );
188 static sal_uLong RegisterFormatName( const String& rName );
192 static String GetFormatName( sal_uLong nFormat );
194 static String GetFormatMimeType( sal_uLong nFormat );
202 static SotFormatStringId GetFormatStringId( sal_uLong nFormat ) in GetFormatStringId()
206 static sal_uLong RegisterSotFormatName( SotFormatStringId nId ) in RegisterSotFormatName()
220 sal_uLong& rFormat,
224 sal_uLong nOnlyTestFormat = 0,
239 sal_uLong& rFormat,
[all …]
/aoo4110/main/editeng/inc/editeng/
H A Dunoedhlp.hxx48 sal_uLong mnStart;
49 sal_uLong mnEnd;
53 SvxEditSourceHint( sal_uLong nId );
54 SvxEditSourceHint( sal_uLong nId, sal_uLong nValue, sal_uLong nStart=0, sal_uLong nEnd=0 );
56 sal_uLong GetValue() const;
57 sal_uLong GetStartValue() const;
58 sal_uLong GetEndValue() const;
59 void SetValue( sal_uLong n );
60 void SetStartValue( sal_uLong n );
61 void SetEndValue( sal_uLong n );
/aoo4110/main/svl/inc/svl/
H A Dsvdde.hxx91 void SetFormat( sal_uLong nFmt );
103 sal_uLong GetFormat() const;
107 static sal_uLong GetExternalFormat( sal_uLong nFmt );
108 static sal_uLong GetInternalFormat( sal_uLong nFmt );
252 sal_uLong = FORMAT_STRING, long = 0 );
311 void IncMonitor( sal_uLong );
312 void DecMonitor( sal_uLong );
339 virtual DdeData* Get( sal_uLong );
355 virtual DdeData* Get( sal_uLong );
459 void AddFormat( sal_uLong );
[all …]
/aoo4110/main/vcl/source/window/
H A Daccel.cxx62 sal_uLong nLow; in DBG_NAME()
63 sal_uLong nHigh; in DBG_NAME()
64 sal_uLong nMid; in DBG_NAME()
65 sal_uLong nCount = pList->Count(); in DBG_NAME()
124 pList->Insert( pEntry, (sal_uLong)nIndex ); in ImplAccelEntryInsert()
127 pList->Insert( pEntry, (sal_uLong)nInsIndex ); in ImplAccelEntryInsert()
252 sal_uLong nCode = rKeyCode.GetFullKeyCode(); in ImplInsertAccel()
311 sal_uLong nObjFollows = ReadLongRes(); in ImplLoadRes()
313 for( sal_uLong i = 0; i < nObjFollows; i++ ) in ImplLoadRes()
368 sal_uLong nObjMask; in InsertItem()
[all …]
/aoo4110/main/sw/source/ui/utlui/
H A Dnumfmtlb.cxx70 short nFormatType, sal_uLong nDefFmt, in NumFormatListBox()
91 sal_uLong nDefFmt, sal_Bool bUsrFmts ) : in NumFormatListBox()
242 sal_uLong nFormat; in SetFormatType()
247 sal_uLong nSysNumFmt = pFormatter->GetFormatIndex( in SetFormatType()
249 sal_uLong nSysShortDateFmt = pFormatter->GetFormatIndex( in SetFormatType()
251 sal_uLong nSysLongDateFmt = pFormatter->GetFormatIndex( in SetFormatType()
301 void NumFormatListBox::SetDefFormat(const sal_uLong nDefFmt) in SetDefFormat()
330 if (nFormat == (sal_uLong)GetEntryData(i)) in SetDefFormat()
353 while ((sal_uLong)GetEntryData(nPos) == ULONG_MAX) in SetDefFormat()
394 sal_uLong NumFormatListBox::GetFormat() const in GetFormat()
[all …]
/aoo4110/main/svx/inc/svx/
H A Dsvdmark.hxx48 void CheckSort(sal_uLong nPos);
99 maArray.Insert((void*)sal_uLong(nElem),nPos); in Insert()
107 void Remove(sal_uLong nPos) in Remove()
112 void Replace(sal_uInt16 nElem, sal_uLong nPos) in Replace()
114 maArray.Replace((void*)sal_uLong(nElem), nPos); in Replace()
122 sal_uInt16 GetObject(sal_uLong nPos) const in GetObject()
127 sal_uLong GetPos(sal_uInt16 nElem) const in GetPos()
132 sal_uLong GetCount() const in GetCount()
320 sal_uLong GetMarkCount() const in GetMarkCount()
325 SdrMark* GetMark(sal_uLong nNum) const in GetMark()
[all …]
/aoo4110/main/sw/qa/core/
H A Dbigpointerarray-new.hxx40 sal_uLong pos_;
49 sal_uLong GetPos() const in GetPos()
78 sal_uLong Count() const;
92 void Insert(const ElementPtr& rElem, sal_uLong pos);
105 void Remove(sal_uLong pos, sal_uLong n = 1);
115 void Move(sal_uLong fromPos, sal_uLong toPos);
128 void Replace(sal_uLong pos, const ElementPtr& rElem);
137 ElementPtr operator[](sal_uLong pos) const;
145 void ForEach(sal_uLong fromPos, sal_uLong toPos, FnForEach fn, void* pArgs = NULL);
/aoo4110/main/sot/source/sdstor/
H A Dstgio.cxx136 sal_uLong n = pStrm->GetError(); in CommitAll()
236 sal_uLong nError;
243 sal_uLong ValidateMasterFATs();
244 sal_uLong ValidateDirectoryEntries();
245 sal_uLong FindUnrefedChains();
259 sal_uLong nErr = nError = FAT_OK; in Validator()
272 sal_uLong nErr; in ValidateMasterFATs()
294 sal_uLong nErr = FAT_OK; in MarkAll()
343 sal_uLong Validator::FindUnrefedChains() in FindUnrefedChains()
364 sal_uLong StgIo::ValidateFATs() in ValidateFATs()
[all …]
/aoo4110/main/vcl/source/gdi/
H A Ddibtools.cxx294 sal_uLong nCountByte; in ImplDecodeRLE()
295 sal_uLong nRunByte; in ImplDecodeRLE()
296 sal_uLong nX = 0UL; in ImplDecodeRLE()
688 sal_uLong nCodedPos(0); in ImplReadDIBBody()
852 sal_uLong nX; in ImplWriteRLE()
853 sal_uLong nSaveIndex; in ImplWriteRLE()
854 sal_uLong nCount; in ImplWriteRLE()
855 sal_uLong nBufCount; in ImplWriteRLE()
1163 sal_uLong nImageSizePos(0); in ImplWriteDIBBody()
1164 sal_uLong nEndPos(0); in ImplWriteDIBBody()
[all …]
/aoo4110/main/sc/source/ui/view/
H A Dprevloc.cxx283 sal_uLong nCount = rEntries.Count(); in lcl_GetEntryByAddress()
378 sal_uLong nCount = aEntries.Count(); in HasCellsInRange()
392 sal_uLong nCount = aEntries.Count(); in GetHeaderPosition()
407 sal_uLong nCount = aEntries.Count(); in GetFooterPosition()
422 sal_uLong nCount = aEntries.Count(); in IsHeaderLeft()
436 sal_uLong nCount = aEntries.Count(); in IsFooterLeft()
452 sal_uLong nRet = 0; in GetNoteCountInRange()
453 sal_uLong nCount = aEntries.Count(); in GetNoteCountInRange()
468 sal_uLong nPos = 0; in GetNoteInRange()
469 sal_uLong nCount = aEntries.Count(); in GetNoteInRange()
[all …]
/aoo4110/main/editeng/source/misc/
H A Dsvxacorr.cxx1225 sal_uLong nRet = 0; in AutoCorrect()
1450 sal_uLong nHelpId = 0; in AutoCorrect()
1511 if(pLangTable->IsKeyValid(sal_uLong(eLang))) in SaveWrdSttExceptList()
1533 if( pLangTable->IsKeyValid(sal_uLong(eLang))) in AddCplSttException()
1552 if(pLangTable->IsKeyValid(sal_uLong(eLang))) in AddWrtSttException()
1647 sal_uLong nFndPos; in CreateLanguageFile()
1831 (( nTmp = nTmpKey2) != (sal_uLong)eLang && in SearchWordsInList()
1880 sal_uLong nTmp; in FindInWrdSttExceptList()
1884 (( nTmp = nTmpKey2) != (sal_uLong)eLang && in FindInWrdSttExceptList()
1960 sal_uLong nTmp; in FindInCplSttExceptList()
[all …]

Completed in 153 milliseconds

12345678910>>...66