/aoo4110/main/io/source/stm/ |
H A D | omark.cxx | 148 sal_Int32 m_nCurrentPos; member in io_stm::OMarkableOutputStream 158 m_nCurrentPos = 0; in OMarkableOutputStream() 302 m_nCurrentPos = (*ii).second; in jumpToMark() 412 m_nCurrentPos -= nNextFound; in checkMarksAndFlush() 572 sal_Int32 m_nCurrentPos; member in io_stm::OMarkableInputStream 581 m_nCurrentPos = 0; in OMarkableInputStream() 644 m_nCurrentPos += nBytesToRead; in readBytes() 706 m_nCurrentPos += nBytesRead; in readSomeBytes() 770 m_nCurrentPos = 0; in closeInput() 829 m_nCurrentPos = (*ii).second; in jumpToMark() [all …]
|
/aoo4110/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 391 ,m_nCurrentPos(-1) in NavigationBar() 579 m_nCurrentPos = nCurrentPos; in InvalidateAll() 586 m_nCurrentPos = nCurrentPos; in InvalidateAll() 940 ,m_nCurrentPos(-1) in DbGridControl() 2032 else if (m_nCurrentPos >= 0 && nRow == m_nCurrentPos) in GetRowStatus() 2114 m_nCurrentPos = nNewRow; in SetCurrent() 2155 if (m_nCurrentPos >= 0 && m_nCurrentPos >= (GetRowCount() - 2)) in SetCurrent() 2158 m_nCurrentPos = nNewRow; in SetCurrent() 2429 nRow >= m_nCurrentPos) in SeekCursor() 2433 if (nRow == m_nCurrentPos) in SeekCursor() [all …]
|
/aoo4110/main/sal/workben/clipboardwben/testcopy/ |
H A D | XTDataObject.cxx | 302 m_nCurrentPos( 0 ) in CEnumFormatEtc() 385 while( ( m_nCurrentPos < sizeof( m_cfFormats ) ) && ( ulToFetch > 0 ) ) in Next() 389 rgelt->cfFormat = m_cfFormats[m_nCurrentPos]; in Next() 395 ++m_nCurrentPos; in Next() 421 if ( ( m_nCurrentPos + celt ) < sizeof( m_cfFormats ) ) in Skip() 423 m_nCurrentPos += celt; in Skip() 436 m_nCurrentPos = 0; in Reset() 458 pCEnumFEtc->m_nCurrentPos = m_nCurrentPos; in Clone()
|
H A D | XTDataObject.hxx | 121 ULONG m_nCurrentPos; member in CEnumFormatEtc
|
/aoo4110/main/chart2/source/view/axes/ |
H A D | Tickmarks_Equidistant.cxx | 433 , m_nCurrentDepth(-1), m_nCurrentPos(-1), m_fCurrentValue( 0.0 ) in EquidistantTickIter() 447 , m_nCurrentDepth(-1), m_nCurrentPos(-1), m_fCurrentValue( 0.0 ) in EquidistantTickIter() 580 m_nCurrentPos = 0; in gotoFirst() 588 if( m_nCurrentPos < 0 ) in gotoNext() 590 m_nCurrentPos++; in gotoNext() 592 if( m_nCurrentPos >= m_nTickCount ) in gotoNext() 624 if( nTickIndex < m_nCurrentPos ) in gotoIndex() 628 while( nTickIndex > m_nCurrentPos ) in gotoIndex() 637 return m_nCurrentPos; in getCurrentIndex()
|
H A D | TickmarkHelper.cxx | 102 , m_nCurrentDepth(-1), m_nCurrentPos(-1), m_fCurrentValue( 0.0 ) in EquidistantTickIter() 116 , m_nCurrentDepth(-1), m_nCurrentPos(-1), m_fCurrentValue( 0.0 ) in EquidistantTickIter() 249 m_nCurrentPos = 0; in gotoFirst() 257 if( m_nCurrentPos < 0 ) in gotoNext() 259 m_nCurrentPos++; in gotoNext() 261 if( m_nCurrentPos >= m_nTickCount ) in gotoNext() 293 if( nTickIndex < m_nCurrentPos ) in gotoIndex() 297 while( nTickIndex > m_nCurrentPos ) in gotoIndex() 306 return m_nCurrentPos; in getCurrentIndex()
|
H A D | Tickmarks_Equidistant.hxx | 110 sal_Int32 m_nCurrentPos; member in chart::EquidistantTickIter
|
/aoo4110/main/connectivity/source/inc/ |
H A D | sqlscan.hxx | 43 sal_Int32 m_nCurrentPos; // next position to read from the statement member in connectivity::OSQLScanner 82 inline sal_Int32 GetCurrentPos() const { return m_nCurrentPos; } in GetCurrentPos()
|
/aoo4110/main/svx/inc/svx/ |
H A D | gridctrl.hxx | 170 sal_Int32 m_nCurrentPos; member in DbGridControl::NavigationBar 280 sal_Int32 m_nCurrentPos; // Aktuelle Position; member in DbGridControl 585 sal_Int32 GetCurrentPos() const {return m_nCurrentPos;} in GetCurrentPos()
|
/aoo4110/main/reportdesign/source/ui/dlg/ |
H A D | GroupsSorting.cxx | 99 sal_Int32 m_nCurrentPos; member in rptui::OFieldExpressionControl 192 ,m_nCurrentPos(-1) in DBG_NAME() 589 m_nCurrentPos = _nRow; in SeekRow() 597 …String aText =const_cast< OFieldExpressionControl*>(this)->GetCellText( m_nCurrentPos, nColumnId … in PaintCell()
|
/aoo4110/main/dbaccess/source/ui/inc/ |
H A D | TableDesignControl.hxx | 53 long m_nCurrentPos; // Aktuelle Position der ausgewaehlten Column member in dbaui::OTableRowView
|
/aoo4110/main/dbaccess/source/ui/tabledesign/ |
H A D | TableDesignControl.cxx | 67 ,m_nCurrentPos(-1) in DBG_NAME()
|
H A D | TEditControl.cxx | 433 m_nCurrentPos = _nRow; in SeekRow() 442 const String aText( GetCellText( m_nCurrentPos, nColumnId )); in PaintCell()
|