/aoo41x/main/svl/source/misc/ |
H A D | strmadpt.cxx | 54 sal_uInt32 m_nOffset; member 136 m_pReadPage->m_nOffset in getReadPosition() 897 m_pFirstPage->m_nOffset = 0; in write() 911 sal_uInt32 nPosition = m_pWritePage->m_nOffset in write() 968 m_pWritePage->m_pNext->m_nOffset = m_pWritePage->m_nOffset in write() 982 if (m_pFirstPage != 0 && m_pFirstPage->m_nOffset > nPosition) in addMark() 1007 <= m_pReadPage->m_nOffset in setReadPosition() 1011 < m_pFirstPage->m_nOffset in setReadPosition() 1015 while (nPosition < m_pReadPage->m_nOffset) in setReadPosition() 1024 > m_pWritePage->m_nOffset in setReadPosition() [all …]
|
/aoo41x/main/store/source/ |
H A D | storlckb.cxx | 187 &m_xNode->m_pData[aDescr.m_nOffset], in readAt() 220 &xData->m_pData[aDescr.m_nOffset], in readAt() 278 &m_xNode->m_pData[aDescr.m_nOffset], in writeAt() 302 if ((aDescr.m_nOffset > 0) || (nBytes < nLength)) in writeAt() 330 &xData->m_pData[aDescr.m_nOffset], in writeAt() 409 &(m_xNode->m_pData[aDescr.m_nOffset]), in setSize() 419 if (aDescr.m_nOffset) nPage += 1; in setSize()
|
H A D | storcach.cxx | 121 sal_uInt32 m_nOffset; member 132 : m_xPage(rxPage), m_nOffset(nOffset), m_pNext(0) in Entry() 413 int index = hash_index_Impl(curr->m_nOffset); in rescale_Impl() 432 if (entry->m_nOffset == nOffset) in lookup_Impl() 511 if ((*ppEntry)->m_nOffset == nOffset) in removePageAt_Impl()
|
H A D | stordata.hxx | 641 sal_uInt16 m_nOffset; member 649 m_nOffset = (sal_uInt16)((nPosition % nCapacity) & 0xffff); in ChunkDescriptor() 650 m_nLength = nCapacity - m_nOffset; in ChunkDescriptor()
|
H A D | storpage.cxx | 978 if (aDescr.m_nOffset) n += 1; in rebuild()
|
/aoo41x/main/writerfilter/source/dmapper/ |
H A D | PageBordersHandler.cxx | 44 m_nOffset( 0 ) in PageBordersHandler() 80 m_nOffset = 1; in lcl_attribute() 83 m_nOffset = 0; in lcl_attribute()
|
H A D | PageBordersHandler.hxx | 57 sal_Int32 m_nOffset; member in writerfilter::dmapper::PageBordersHandler 70 return ( m_nOffset << 5 ) + m_nDisplay; in GetDisplayOffset()
|
/aoo41x/main/sw/source/core/undo/ |
H A D | unins.cxx | 482 sal_uLong m_nSttNd, m_nEndNd, m_nOffset; member in SwUndoReplace::Impl 589 , m_nOffset( 0 ) in Impl() 611 m_nOffset = m_nSttNd - nNewPos; in Impl() 651 SwTxtNode* pNd = pDoc->GetNodes()[ m_nSttNd - m_nOffset ]->GetTxtNode(); in UndoImpl() 675 rPam.GetPoint()->nNode = m_nEndNd - m_nOffset; in UndoImpl() 690 pNd = pDoc->GetNodes()[ m_nSttNd - m_nOffset ]->GetTxtNode(); in UndoImpl() 778 m_nEndNd = m_nOffset + pEnd->nNode.GetIndex(); in SetEnd()
|
/aoo41x/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfparse.cxx | 418 pObj->m_nOffset = first - m_aGlobalBegin; in beginObject() 454 pDict->m_nOffset = first - m_aGlobalBegin; in beginDict() 484 pArray->m_nOffset = first - m_aGlobalBegin; in beginArray() 530 pTrailer->m_nOffset = first - m_aGlobalBegin; in beginTrailer()
|
/aoo41x/main/sdext/source/pdfimport/inc/ |
H A D | pdfparse.hxx | 162 sal_Int32 m_nOffset; member 167 PDFContainer() : PDFEntry(), m_nOffset( 0 ) {} in PDFContainer()
|
/aoo41x/main/accessibility/source/extended/ |
H A D | AccessibleBrowseBoxTableCell.cxx | 87 m_nOffset = ( OFFSET_DEFAULT == _nOffset ) ? (sal_Int32)BBINDEX_FIRSTCONTROL : _nOffset; in AccessibleBrowseBoxTableCell() 232 …return /*BBINDEX_FIRSTCONTROL*/ m_nOffset + ( getRowPos() * mpBrowseBox->GetColumnCount() ) + getC… in getAccessibleIndexInParent()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | SpellDialog.cxx | 117 long m_nOffset; member in svx::SpellUndoAction_Impl 130 m_nOffset(0) in SpellUndoAction_Impl() 165 void SetOffset(long nSet) {m_nOffset = nSet;} in SetOffset() 166 long GetOffset() const {return m_nOffset;} in GetOffset()
|
/aoo41x/main/accessibility/inc/accessibility/extended/ |
H A D | AccessibleBrowseBoxTableCell.hxx | 42 sal_Int32 m_nOffset; member in accessibility::AccessibleBrowseBoxTableCell
|
/aoo41x/main/sdext/source/pdfimport/ |
H A D | filterdet.cxx | 693 if( ! checkDocChecksum( rInPDFFileURL, pTrailer->m_nOffset, aChkSum ) ) in getAdditionalStream()
|