/aoo4110/main/sw/source/core/layout/ |
H A D | flowfrm.cxx | 81 rThis( rFrm ), in SwFlowFrm() 201 ( !rThis.IsInTab() || rThis.IsTabFrm() ) && in IsKeep() 646 ( !rThis.IsInTab() || ( rThis.IsTabFrm() && !rThis.GetUpper()->IsInTab() ) ) ) in MoveSubTree() 1236 ( !rThis.IsInTab() || ( rThis.IsTabFrm() && !rThis.GetUpper()->IsInTab() ) ) ) // i66968 in IsPageBreak() 1361 if( !rThis.IsInDocBody() || ( rThis.IsInTab() && !rThis.IsTabFrm()) || in HasParaSpaceAtPages() 1371 pTmp = &rThis; in HasParaSpaceAtPages() 1477 pOwn = &rThis; in CalcUpperSpace() 1484 pOwn = &rThis; in CalcUpperSpace() 1757 if ( rThis.IsInSct() && rThis.GetUpper()->IsColBodyFrm() ) in CalcLowerSpace() 2154 if ( rThis.IsTxtFrm() && rThis.IsInTab() ) in MoveBwd() [all …]
|
/aoo4110/main/tools/source/ref/ |
H A D | pstm.cxx | 836 SvPersistStream & rThis in operator <<() argument 840 rThis.SetStream( &rStm ); in operator <<() 843 rThis << bTmp; // Version in operator <<() 845 rThis << nCount; in operator <<() 850 WriteId( rThis, nP, rThis.aPUIdx.GetCurIndex(), in operator <<() 855 rThis.SetStream( pOldStm ); in operator <<() 863 SvPersistStream & rThis in operator >>() argument 867 rThis.SetStream( &rStm ); in operator >>() 874 rThis >> nCount; in operator >>() 880 if( rThis.GetError() ) in operator >>() [all …]
|
/aoo4110/main/svl/source/misc/ |
H A D | inethist.cxx | 183 register lru_entry &rThis = m_pList[nThis]; in backlink() local 187 rTail.m_nPrev = rThis.m_nPrev; in backlink() 188 rThis.m_nPrev = nTail; in backlink() 196 register lru_entry &rThis = m_pList[nThis]; in unlink() local 198 m_pList[rThis.m_nPrev].m_nNext = rThis.m_nNext; in unlink() 199 m_pList[rThis.m_nNext].m_nPrev = rThis.m_nPrev; in unlink() 200 rThis.m_nNext = nThis; in unlink() 201 rThis.m_nPrev = nThis; in unlink()
|
H A D | ownlist.cxx | 238 SvCommandList & rThis /* Die zu f"ullende Liste */ in operator >>() argument 259 rThis.aTypes.Insert( pCmd, LIST_APPEND ); in operator >>() 269 const SvCommandList & rThis /* Die zu schreibende Liste */ in operator <<() argument 282 sal_uInt32 nCount = rThis.aTypes.Count(); in operator <<() 287 SvCommand * pCmd = (SvCommand *)rThis.aTypes.GetObject( i ); in operator <<()
|
/aoo4110/main/svl/inc/svl/ |
H A D | ownlist.hxx | 60 friend SvStream& operator >> ( SvStream& rStm, SvCommand & rThis ) in operator >>() argument 62 rStm.ReadByteString( rThis.aCommand, gsl_getSystemTextEncoding() ); in operator >>() 63 rStm.ReadByteString( rThis.aArgument, gsl_getSystemTextEncoding() ); in operator >>() 66 friend SvStream& operator << ( SvStream& rStm, const SvCommand & rThis ) in operator <<() argument 68 rStm.WriteByteString( rThis.aCommand, gsl_getSystemTextEncoding() ); in operator <<() 69 rStm.WriteByteString( rThis.aArgument, gsl_getSystemTextEncoding() ); in operator <<()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | flowfrm.hxx | 77 SwFrm &rThis; member in SwFlowFrm 159 const SwFrm *GetFrm() const { return &rThis; } in GetFrm() 160 SwFrm *GetFrm() { return &rThis; } in GetFrm() 265 return rThis.GetIndPrev() != 0; in IsFwdMoveAllowed()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unobkm.cxx | 78 Impl( SwXBookmark & rThis, in Impl() argument 81 , m_ListenerContainer(static_cast< ::cppu::OWeakObject* >(&rThis)) in Impl() 88 void registerInMark(SwXBookmark & rThis, ::sw::mark::IMark *const pBkmk); 107 SwXBookmark & rThis, in registerInMark() argument 117 const uno::Reference<text::XTextContent> xBookmark(& rThis); in registerInMark()
|
H A D | unoftn.cxx | 70 Impl( SwXFootnote & rThis, in Impl() argument 74 , m_rThis(rThis) in Impl() 76 , m_ListenerContainer(static_cast< ::cppu::OWeakObject* >(&rThis)) in Impl()
|
H A D | unorefmk.cxx | 63 Impl( SwXReferenceMark & rThis, in Impl() argument 66 , m_ListenerContainer(static_cast< ::cppu::OWeakObject* >(&rThis)) in Impl() 742 Impl( SwXMeta & rThis, SwDoc & rDoc, in Impl() argument 747 , m_ListenerContainer(static_cast< ::cppu::OWeakObject* >(&rThis)) in Impl() 753 , m_Text(rDoc, rThis) in Impl()
|
H A D | unoparagraph.cxx | 130 Impl( SwXParagraph & rThis, in Impl() argument 135 , m_rThis(rThis) in Impl() 136 , m_ListenerContainer(static_cast< ::cppu::OWeakObject* >(&rThis)) in Impl()
|
H A D | unosect.cxx | 129 Impl( SwXTextSection & rThis, in Impl() argument 132 , m_rThis(rThis) in Impl() 134 , m_ListenerContainer(static_cast< ::cppu::OWeakObject* >(&rThis)) in Impl()
|
H A D | unoidx.cxx | 358 Impl( SwXDocumentIndex & rThis, in Impl() argument 366 , m_ListenerContainer(static_cast< ::cppu::OWeakObject* >(&rThis)) in Impl() 1623 Impl( SwXDocumentIndexMark & rThis, in Impl() argument 1632 , m_ListenerContainer(static_cast< ::cppu::OWeakObject* >(&rThis)) in Impl()
|
H A D | unotext.cxx | 96 Impl( SwXText & rThis, in Impl() argument 98 : m_rThis(rThis) in Impl()
|
H A D | unoobj.cxx | 785 Impl( SwXTextCursor & rThis, in Impl() argument 794 , m_ListenerContainer(static_cast< ::cppu::OWeakObject* >(&rThis)) in Impl()
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | frmpage.cxx | 471 const ::std::vector< String >& rPrev, const ::std::vector< String >& rThis, in lcl_InsertVectors() 478 for(aIt = rThis.begin(); aIt != rThis.end(); aIt++) in lcl_InsertVectors() 488 for(aIt = rThis.begin(); aIt != rThis.end(); aIt++) in lcl_InsertVectors()
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | ndsect.cxx | 1004 lcl_initParent(SwSectionNode & rThis, SwSectionFmt & rFmt) in lcl_initParent() argument 1007 rThis.StartOfSectionNode()->FindSectionNode(); in lcl_initParent()
|