Searched refs:IsInTable (Results 1 – 11 of 11) sorted by relevance
/trunk/main/sw/source/filter/ww1/ |
H A D | w1filter.cxx | 234 if (rOut.IsInTable() && HasInTable() && !bLIsTtp && !bLHasTtp) in Out() 244 if (rOut.IsInTable()) in Out() 1302 && !rOut.IsInTable() // Nicht innerhalb Tabelle! in Start() 1306 if (!rOut.IsInTable() && rMan.HasInTable()) in Start() 1321 if (rOut.IsInTable() &&( rMan.IsStopAll() || !rMan.HasInTable())) in Stop() 1327 && !rOut.IsInTable()))) // Nicht innerhalb Tabelle! in Stop()
|
H A D | w1sprm.cxx | 441 if (rOut.IsInTable() && rMan.HasInTable()) in Stop() 460 ASSERT(rOut.IsInTable(), ""); in Stop() 573 if (rOut.IsInTable()) // Flys in Tabellen kann PMW in Start()
|
H A D | fltshell.cxx | 1073 if( pOutDoc->IsInTable() ) // falls nicht ordentlich abgeschlossen in ~SwFltShell() 1245 if( !pOutDoc->IsInTable() && nStyle != nAktStyle ) in SetStyle() 1472 /*virtual*/ sal_Bool SwFltOutDoc::IsInTable() in IsInTable() function in SwFltOutDoc 1997 if (pOutDoc->IsInTable()){ in BeginFly() 2025 if (pOutDoc->IsInTable()){ // Table verschraenkt mit Fly macht keinen Sinn in EndFly() 2043 if( pOutDoc->IsInTable() ){ in BeginFootnote()
|
/trunk/main/sw/source/filter/inc/ |
H A D | fltshell.hxx | 400 sal_Bool IsInTable(); 555 sal_Bool IsInTable() { in IsInTable() function in SwFltShell 556 return ( pOut == pOutDoc ) ? pOutDoc->IsInTable() : 0; } in IsInTable()
|
/trunk/main/svx/source/items/ |
H A D | numfmtsh.cxx | 431 if(IsInTable(nPos,bTestBanking,rFormat) && in GetOptions() 494 bFlag=!IsInTable(nPos,bTestBanking,rFmtString); in IsUserDefined() 513 if(IsInTable(nPos,bTestBanking,rFmtString)) in FindEntry() 1145 bFlag=!IsInTable(nPos,bTestBanking,aNewFormNInfo); in FillEListWithUsD_Impl() 1830 sal_Bool SvxNumberFormatShell::IsInTable(sal_uInt16 nPos,sal_Bool bTmpBanking,const String &rFmtStr… in IsInTable() function in SvxNumberFormatShell
|
/trunk/main/sw/source/filter/ww8/ |
H A D | wrtw8nds.cxx | 1809 bool bFlyInTable = mpParentFrame && IsInTable(); in OutputTextNode() 2081 if ( mpParentFrame && IsInTable() ) // Fly-Attrs in OutputTextNode() 2582 if ( !rNd.IsSectionNode() && !IsInTable() in OutputSectionNode() 2734 if ( !m_rWW8Export.IsInTable() && rFmt.IsInline() ) in OutputFlyFrame_Impl() 2773 m_rWW8Export.IsInTable() && in OutputFlyFrame_Impl()
|
H A D | wrtww8gr.cxx | 478 ( ((eAn == FLY_AT_PARA) && ( bWrtWW8 || !IsInTable() )) || in OutGrf()
|
H A D | wrtww8.cxx | 2578 if ( !bWrtWW8 && !IsInTable() ) in SectionBreaksAndFrames() 2660 else if ( !IsInTable() in WriteText() 2759 bool MSWordExportBase::IsInTable() const in IsInTable() function in MSWordExportBase
|
H A D | wrtww8.hxx | 581 bool IsInTable() const;
|
H A D | ww8atr.cxx | 1531 if ( m_rWW8Export.bWrtWW8 && !m_rWW8Export.IsInTable() ) in CharRotate()
|
/trunk/main/svx/inc/svx/ |
H A D | numfmtsh.hxx | 212 sal_Bool IsInTable(sal_uInt16 nPos,sal_Bool bTmpBanking,const String &rFmtString);
|
Completed in 126 milliseconds