/aoo41x/main/sw/source/ui/fldui/ |
H A D | fldvar.cxx | 330 aNumFormatLB.SetEntryData( nPos, (void *) ULONG_MAX ); in IMPL_LINK() 764 if ( nOldNumFormat && nOldNumFormat != ULONG_MAX ) in FillFormatLB() 778 aNumFormatLB.SetEntryData( nPos, (void *) ULONG_MAX ); in FillFormatLB() 780 aNumFormatLB.SetEntryData( nPos, (void *) ULONG_MAX ); in FillFormatLB() 790 aNumFormatLB.SetEntryData( nPos, (void *) ULONG_MAX ); in FillFormatLB() 798 aNumFormatLB.SetEntryData( nPos, (void *) ULONG_MAX ); in FillFormatLB() 805 aNumFormatLB.SetEntryData( nPos, (void *) ULONG_MAX ); in FillFormatLB() 821 else if ( nOldNumFormat && nOldNumFormat == ULONG_MAX ) in FillFormatLB() 1201 if (nFormat && nFormat != ULONG_MAX && aNumFormatLB.IsAutomaticLanguage()) in FillItemSet() 1232 if (aNumFormatLB.IsVisible() && nFormat == ULONG_MAX) in FillItemSet() [all …]
|
/aoo41x/main/bridges/test/performance/ |
H A D | testperformance.cxx | 45 #ifndef ULONG_MAX 46 #define ULONG_MAX 0xffffffff macro 69 dImplTicksULONGMAX = (double)(sal_uInt32)ULONG_MAX; in getSystemTicks()
|
/aoo41x/main/sw/source/core/undo/ |
H A D | unnum.cxx | 48 aNumRule( rNewRule ), pHistory( 0 ), nSttSet( ULONG_MAX ), in SwUndoInsNum() 56 nSttSet( ULONG_MAX ), pOldNumRule( 0 ), nLRSavePos( 0 ) in SwUndoInsNum() 64 nSttSet( ULONG_MAX ), pOldNumRule( 0 ), in SwUndoInsNum() 97 if( ULONG_MAX != nSttSet && in UndoImpl()
|
H A D | SwUndoPageDesc.cxx | 48 sal_uLong nHeaderMaster = ULONG_MAX; in DebugHeaderFooterContent() 49 sal_uLong nHeaderLeft = ULONG_MAX; in DebugHeaderFooterContent() 50 sal_uLong nFooterMaster = ULONG_MAX; in DebugHeaderFooterContent() 51 sal_uLong nFooterLeft = ULONG_MAX; in DebugHeaderFooterContent()
|
H A D | unattr.cxx | 806 , m_nNodeIndex( ULONG_MAX ) in SwUndoAttr() 819 , m_nNodeIndex( ULONG_MAX ) in SwUndoAttr() 861 if ( ULONG_MAX != m_nNodeIndex ) in UndoImpl() 924 if ( ULONG_MAX != m_nNodeIndex ) in RedoImpl()
|
H A D | undobj.cxx | 893 : pMvStt( 0 ), pRedlSaveData( 0 ), nMvLen( 0 ), nStartPos( ULONG_MAX ) in SwUndoSaveSection() 959 if( ULONG_MAX != nStartPos ) // gab es ueberhaupt Inhalt ? in RestoreSection() 979 if( ULONG_MAX != nStartPos ) // gab es ueberhaupt Inhalt ? in RestoreSection()
|
H A D | untbl.cxx | 1258 : pNext( 0 ), nSttNode( ULONG_MAX ), nRowSpan(0) in _SaveBox() 1285 if( ULONG_MAX == nSttNode ) // keine EndBox in ~_SaveBox() 1297 if( ULONG_MAX == nSttNode ) // keine EndBox in RestoreAttr() 1356 if( ULONG_MAX == nSttNode ) // keine EndBox in SaveCntntAttrs() 1398 if( ULONG_MAX == nSttNode ) // keine EndBox in CreateNew() 2241 if( ULONG_MAX != nNdPos ) in SwUndoTblNumFmt() 2313 if( ULONG_MAX == nNdPos ) in UndoImpl()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | flycnt.cxx | 965 sal_uLong nDistance = ULONG_MAX; in lcl_FindCntDiff() 966 sal_uLong nNearest = ULONG_MAX; in lcl_FindCntDiff() 1009 if ( nDistance == ULONG_MAX ) in lcl_FindCntDiff() 1038 nDist = ULONG_MAX; in lcl_FindCnt() 1046 sal_uLong nOldNew = ULONG_MAX; in lcl_FindCnt() 1064 else if ( nOldNew != ULONG_MAX && nNew > nOldNew ) in lcl_FindCnt() 1071 nOldNew = ULONG_MAX; in lcl_FindCnt() 1089 else if ( nOldNew != ULONG_MAX && nNew > nOldNew ) in lcl_FindCnt()
|
/aoo41x/main/tools/source/fsys/ |
H A D | fstat.cxx | 178 return ULONG_MAX != nRes && in GetReadOnlyFlag() 218 if ( ULONG_MAX != nRes ) in SetReadOnlyFlag() 222 return ( ULONG_MAX == nRes ) ? ERRCODE_IO_UNKNOWN : 0; in SetReadOnlyFlag()
|
/aoo41x/main/tools/inc/tools/ |
H A D | contnr.hxx | 40 #define CONTAINER_APPEND ULONG_MAX 41 #define CONTAINER_ENTRY_NOTFOUND ULONG_MAX
|
/aoo41x/main/sw/source/core/table/ |
H A D | swtable.cxx | 2056 if( ULONG_MAX != nNdPos ) in ChgTextToNum() 2169 if( ULONG_MAX != nNdPos ) in ChgNumToText() 2376 if( ULONG_MAX != nNdPos ) in Modify() 2469 if( ULONG_MAX != nNdPos ) in HasNumCntnt() 2521 ULONG_MAX != ( nNdPos = IsValidNumTxtNd( sal_True ) ) ) in IsNumberChanged() 2542 sal_uLong nPos = ULONG_MAX; in IsValidNumTxtNd() 2607 nPos = ULONG_MAX; in IsValidNumTxtNd() 2615 nPos = ULONG_MAX; in IsValidNumTxtNd() 2648 sal_uLong nNdPos = ULONG_MAX; in ActualiseValueBox() 2652 ULONG_MAX != (nNdPos = IsValidNumTxtNd( sal_True )) ) in ActualiseValueBox()
|
/aoo41x/main/sw/source/ui/wrtsh/ |
H A D | select.cxx | 219 nRet = ULONG_MAX; in SearchPattern() 247 nRet = ULONG_MAX; in SearchTempl() 272 nRet = ULONG_MAX; in SearchAttr()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | helpinterceptor.cxx | 271 : ULONG_MAX; in dispatch() 273 if ( nPos < ULONG_MAX ) in dispatch()
|
/aoo41x/main/tools/source/datetime/ |
H A D | ttime.cxx | 407 fTicks = fmod (fTicks, double(ULONG_MAX)); in GetSystemTicks() 432 dImplTicksULONGMAX = (double)(sal_uIntPtr)ULONG_MAX; in GetProcessTicks()
|
/aoo41x/main/sc/inc/ |
H A D | scmatrix.hxx | 195 inline void SetEternalRef() { nRefCnt = ULONG_MAX; } in SetEternalRef() 196 inline bool IsEternalRef() const { return nRefCnt == ULONG_MAX; } in IsEternalRef()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | parcss1.cxx | 1297 sal_uLong nColor = ULONG_MAX; in GetColor() 1367 bRet = nColor != ULONG_MAX; in GetColor() 1413 if( bRet && nColor!=ULONG_MAX ) in GetColor()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndsect.cxx | 931 sal_uLong nSkipIdx = ULONG_MAX; in InsertTextSection() 938 if( ULONG_MAX == nSkipIdx ) in InsertTextSection() 941 nSkipIdx = ULONG_MAX; in InsertTextSection() 958 if( ULONG_MAX == nSkipIdx ) in InsertTextSection()
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | numfmtlb.cxx | 303 if (nDefFmt == ULONG_MAX) in SetDefFormat() 353 while ((sal_uLong)GetEntryData(nPos) == ULONG_MAX) in SetDefFormat()
|
/aoo41x/main/sw/source/core/edit/ |
H A D | edtab.cxx | 407 if( ULONG_MAX == nNd ) in IsTableBoxTextFormat() 434 if( pBox && ULONG_MAX != ( nNd = pBox->IsValidNumTxtNd() ) ) in GetTableBoxText()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 971 sal_uLong nQuot = ULONG_MAX; in AutoLayoutPass1() 987 ASSERT( 0==nRel || nQuot!=ULONG_MAX, in AutoLayoutPass1() 1063 sal_uLong nQuotMax = ULONG_MAX; in AutoLayoutPass1() 1098 ASSERT( nQuotMax!=ULONG_MAX, "Wo sind die relativen Spalten geblieben?" ); in AutoLayoutPass1()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewsrch.cxx | 343 rReq.SetReturnValue(SfxBoolItem(nSlot, nFound != 0 && ULONG_MAX != nFound)); in ExecSearch() 355 if( !bApi && ULONG_MAX != nFound) in ExecSearch()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdmark.cxx | 720 sal_uLong n1stMarkNum(ULONG_MAX); in GetPointMarkDescription() 730 if(n1stMarkNum == ULONG_MAX) in GetPointMarkDescription()
|
H A D | svdmrkv.cxx | 1408 sal_uIntPtr nChgMarkNum = ULONG_MAX; // Nummer des zu ersetzenden MarkEntries in MarkNextObj() 1409 sal_uIntPtr nSearchObjNum = bPrev ? 0 : ULONG_MAX; in MarkNextObj() 1444 if (nChgMarkNum!=ULONG_MAX) in MarkNextObj() 1923 sal_uIntPtr nBestDist=ULONG_MAX; in PickMarkedObj()
|
/aoo41x/main/codemaker/test/cppumaker/ |
H A D | types.idl | 439 service ULONG_MAX: com::sun::star::uno::XInterface { 440 ULONG_MAX([in] long ULONG_MAX); }; 612 singleton ULONG_MAX: com::sun::star::uno::XInterface;
|
/aoo41x/main/sd/source/ui/view/ |
H A D | drviews3.cxx | 826 Rectangle aMinMaxRect = Rectangle( aPnt1, Size(ULONG_MAX, ULONG_MAX) ); in GetRulerState()
|