| /AOO41X/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() 185 m_pBuffer->writeAt( m_nCurrentPos , aData ); in writeBytes() 186 m_nCurrentPos += aData.getLength(); in writeBytes() 237 m_nCurrentPos = m_pBuffer->getSize(); in closeOutput() 259 m_mapMarks[nMark] = m_nCurrentPos; in createMark() 302 m_nCurrentPos = (*ii).second; in jumpToMark() 311 m_nCurrentPos = m_pBuffer->getSize(); in jumpToFurthest() 332 return m_nCurrentPos - (*ii).second; in offsetToMark() 403 sal_Int32 nNextFound = m_nCurrentPos; in checkMarksAndFlush() [all …]
|
| /AOO41X/main/svx/source/fmcomp/ |
| H A D | gridctrl.cxx | 391 ,m_nCurrentPos(-1) in NavigationBar() 565 if (m_nCurrentPos != nCurrentPos || nCurrentPos < 0 || bAll) in InvalidateAll() 572 bAll = bAll || m_nCurrentPos <= 0; in InvalidateAll() 574 bAll = bAll || m_nCurrentPos >= nAdjustedRowCount; in InvalidateAll() 579 m_nCurrentPos = nCurrentPos; in InvalidateAll() 586 m_nCurrentPos = nCurrentPos; in InvalidateAll() 617 bAvailable = m_nCurrentPos > 0; in GetState() 622 bAvailable = m_nCurrentPos < pParent->GetRowCount() - 1; in GetState() 624 … bAvailable = (m_nCurrentPos == pParent->GetRowCount() - 2) && pParent->IsModified(); in GetState() 632 m_nCurrentPos != pParent->GetRowCount() - 2; in GetState() [all …]
|
| /AOO41X/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
|
| /AOO41X/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
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/main/dbaccess/source/ui/inc/ |
| H A D | TableDesignControl.hxx | 53 long m_nCurrentPos; // Aktuelle Position der ausgewaehlten Column member in dbaui::OTableRowView
|
| /AOO41X/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()
|