| /trunk/main/sw/source/core/layout/ |
| H A D | paintfrm.cxx | 2155 SwTwips mnStartPos; member 2176 mnStartPos( nStartPos ), in SwLineEntry() 2216 if ( mnStartPos >= rNew.mnEndPos || mnEndPos <= rNew.mnStartPos ) in Overlaps() 2224 else if ( mnStartPos <= rNew.mnStartPos && mnEndPos >= rNew.mnEndPos ) in Overlaps() 2235 return e1.mnStartPos < e2.mnStartPos; in operator ()() 2366 aStart.X() = rEntry.mnStartPos; in PaintLines() 2374 aStart.Y() = rEntry.mnStartPos; in PaintLines() 2542 if ( rStartPoint.Y() == rEntry.mnStartPos ) in FindStylesForLine() 2551 else if ( rEndPoint.Y() == rEntry.mnStartPos ) in FindStylesForLine() 2569 else if ( rEndPoint.X() == rEntry.mnStartPos ) in FindStylesForLine() [all …]
|
| /trunk/main/sfx2/source/doc/ |
| H A D | oleprops.cxx | 735 mnStartPos( 0 ), in SfxOleSection() 934 mnStartPos = rStrm.Tell(); in ImplLoad() 994 mnStartPos = rStrm.Tell(); in ImplSave() 1015 sal_uInt32 nSectSize = static_cast< sal_uInt32 >( rStrm.Tell() - mnStartPos ); in ImplSave() 1016 rStrm.Seek( mnStartPos ); in ImplSave() 1022 rStrm.Seek( static_cast< sal_Size >( mnStartPos + nPropPos ) ); in SeekToPropertyPos() 1065 sal_uInt32 nPropPos = static_cast< sal_uInt32 >( rStrm.Tell() - mnStartPos ); in SaveProperty()
|
| H A D | oleprops.hxx | 348 sal_Size mnStartPos; /// Start stream position of the section. member in SfxOleSection
|
| /trunk/main/vcl/source/control/ |
| H A D | slider.cxx | 738 mnStartPos = mnThumbPos; in MouseButtonDown() 786 SetThumbPos( mnStartPos ); in Tracking() 798 if ( !mbFullDrag && (mnStartPos != mnThumbPos) ) in Tracking() 800 mnDelta = mnThumbPos-mnStartPos; in Tracking() 806 mnDelta = mnThumbPos-mnStartPos; in Tracking()
|
| H A D | scrbar.cxx | 1095 mnStartPos = mnThumbPos; in MouseButtonDown() 1127 SetThumbPos( mnStartPos ); in Tracking() 1138 if ( !mbFullDrag && (mnStartPos != mnThumbPos) ) in Tracking() 1140 mnDelta = mnThumbPos-mnStartPos; in Tracking() 1146 mnDelta = mnThumbPos-mnStartPos; in Tracking()
|
| /trunk/main/oox/source/helper/ |
| H A D | binaryinputstream.cxx | 280 mnStartPos( rInStrm.tell() ), in RelativeInputStream() 300 if( mpInStrm && isSeekable() && (mnStartPos >= 0) ) in seek() 303 mpInStrm->seek( mnStartPos + mnRelPos ); in seek()
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8graf.cxx | 574 long mnStartPos; //0x13 member in Chunk 578 : msURL(rURL), mnStartPos(nStart) {} in Chunk() 580 : msURL(rChunk.msURL), mnStartPos(rChunk.mnStartPos), in Chunk() 585 mnStartPos = rChunk.mnStartPos; in operator =() 590 long GetStartPos() const {return mnStartPos;} in GetStartPos() 595 mnStartPos-=nAdjust; in Adjust()
|
| /trunk/main/svtools/source/control/ |
| H A D | headbar.cxx | 90 mnStartPos = 0; in DECLARE_LIST() 744 mnStartPos = rMousePos.X()-mnMouseOff; in ImplStartDrag() 745 mnDragPos = mnStartPos; in ImplStartDrag() 909 long nDelta = mnDragPos - mnStartPos; in ImplEndDrag()
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | slider.hxx | 43 long mnStartPos; member in Slider
|
| H A D | scrbar.hxx | 54 long mnStartPos; member in ScrollBar
|
| /trunk/main/oox/inc/oox/helper/ |
| H A D | binaryinputstream.hxx | 442 sal_Int64 mnStartPos; member in oox::RelativeInputStream
|
| /trunk/main/svtools/inc/svtools/ |
| H A D | headbar.hxx | 247 long mnStartPos; member in HeaderBar
|
| /trunk/main/oox/source/dump/ |
| H A D | biffdumper.cxx | 145 mnStartPos = mnLength = 0; in BiffCtlsStreamObject() 150 mnStartPos = nStartPos; in dumpControl() 153 mnStartPos = mnLength = 0; in dumpControl() 164 mxStrm->seek( mnStartPos ); in implDump()
|
| /trunk/main/oox/inc/oox/dump/ |
| H A D | biffdumper.hxx | 75 sal_uInt32 mnStartPos; member in oox::dump::biff::BiffCtlsStreamObject
|