Searched refs:mpParentFrame (Results 1 – 8 of 8) sorted by relevance
104 ASSERT( mpParentFrame, "frame not set!" ); in OutputGrfNode()105 if ( mpParentFrame ) in OutputGrfNode()107 OutGrf( *mpParentFrame ); in OutputGrfNode()330 if (mpParentFrame) in OutputOLENode()334 if (mpParentFrame->IsInline()) in OutputOLENode()337 mpParentFrame->GetFrmFmt().GetAttrSet(); in OutputOLENode()355 OutGrf(*mpParentFrame); in OutputOLENode()
1809 bool bFlyInTable = mpParentFrame && IsInTable(); in OutputTextNode()2081 if ( mpParentFrame && IsInTable() ) // Fly-Attrs in OutputTextNode()2082 OutputFormat( mpParentFrame->GetFrmFmt(), false, false, true ); in OutputTextNode()2676 mpParentFrame = &aFrm; in OutWW6FlyFrmsInCntnt()2754 if ( m_rWW8Export.mpParentFrame ) in OutputFlyFrame_Impl()2771 m_rWW8Export.mpParentFrame = &rFmt; in OutputFlyFrame_Impl()
828 ASSERT(mpParentFrame, "No parent frame, all broken"); in OutputFormat()830 if (mpParentFrame) in OutputFormat()832 const SwFrmFmt &rFrmFmt = mpParentFrame->GetFrmFmt(); in OutputFormat()3646 else if ( !GetExport().mpParentFrame ) in FormatBreak()4020 if ( !m_rWW8Export.mpParentFrame ) in FormatHorizOrientation()4022 ASSERT( m_rWW8Export.mpParentFrame, "HoriOrient without mpParentFrame !!" ); in FormatHorizOrientation()4061 ASSERT( m_rWW8Export.mpParentFrame, "Anchor without mpParentFrame !!" ); in FormatAnchor()
1691 m_rExport.mpParentFrame = &rFrame; in OutputFlyFrame_Impl()1719 m_rExport.mpParentFrame = &rFrame; in OutputFlyFrame_Impl()1729 m_rExport.mpParentFrame = NULL; in OutputFlyFrame_Impl()1735 m_rExport.mpParentFrame = &rFrame; in OutputFlyFrame_Impl()1742 m_rExport.mpParentFrame = NULL; in OutputFlyFrame_Impl()
1867 aData.pOldFlyFmt = mpParentFrame; in SaveData()1913 mpParentFrame = rData.pOldFlyFmt; in RestoreData()2433 GetExport().mpParentFrame ? in GetTablePageSize()2434 &(GetExport().mpParentFrame->GetFrmFmt()) : in GetTablePageSize()3095 mpParentFrame = 0; in ExportDocument()
508 const sw::Frame *mpParentFrame; //If set we are exporting content inside member in MSWordExportBase
129 Os2SalFrame* pParentFrame = pFrame->mpParentFrame; in _WinQueryWindowPos()202 Os2SalFrame* pParentFrame = pFrame->mpParentFrame; in _WinSetWindowPos()684 pFrame->mpParentFrame = pParentFrame; in ImplSalCreateFrame()827 mpParentFrame = NULL; in Os2SalFrame()1169 mpParentFrame = static_cast<Os2SalFrame*>(pNewParent); in SetParent()
100 Os2SalFrame* mpParentFrame; // parent frame pointer member in Os2SalFrame
Completed in 114 milliseconds