Searched refs:IsFmtInDoc (Results 1 – 2 of 2) sorted by relevance
201 if ( !m_pOldSet.get() || !m_pFmt || !IsFmtInDoc( &rContext.GetDoc() )) in UndoImpl()247 bool SwUndoFmtAttr::IsFmtInDoc( SwDoc* pDoc ) in IsFmtInDoc() function in SwUndoFmtAttr329 return m_pFmt && IsFmtInDoc( &rDoc ) ? m_pFmt : 0; in GetFmt()
109 bool IsFmtInDoc( SwDoc* ); //is the attribute format still in the Doc?
Completed in 22 milliseconds