Home
last modified time | relevance | path

Searched refs:propsBlock (Results 1 – 5 of 5) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Dialog_Tab.cpp135 const gchar ** propsBlock = NULL; in _populateWindowData() local
136 pView->getBlockFormat(&propsBlock); in _populateWindowData()
140 if (propsBlock[0]) in _populateWindowData()
144 sz = UT_getAttribute("default-tab-interval", propsBlock); in _populateWindowData()
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_View_cmd.cpp2965 const gchar * propsBlock[5] = {NULL,NULL,NULL,NULL,NULL}; in cmdInsertTable() local
2984 propsBlock[0] = propFamily; in cmdInsertTable()
2985 propsBlock[1] = szFamily; in cmdInsertTable()
2986 propsBlock[2] = propSize; in cmdInsertTable()
2987 propsBlock[3] = szSize; in cmdInsertTable()
2991 propsBlock[0] = propFamily; in cmdInsertTable()
2992 propsBlock[1] = szFamily; in cmdInsertTable()
2996 propsBlock[0] = propSize; in cmdInsertTable()
2997 propsBlock[1] = szSize; in cmdInsertTable()
3029 e |= static_cast<UT_sint32>(m_pDoc->insertStrux(getPoint(),PTX_Block,attrsBlock,propsBlock)); in cmdInsertTable()
H A Dfv_View.cpp611 m_chg.propsBlock = NULL; in FV_View()
685 FREEP(m_chg.propsBlock); in ~FV_View()
2602 const gchar ** propsBlock = NULL; in notifyListeners() local
2603 getBlockFormat(&propsBlock); in notifyListeners()
2607 if (propsBlock && m_chg.propsBlock) in notifyListeners()
2615 if (!propsBlock[i] || !m_chg.propsBlock[i]) in notifyListeners()
2617 bMatch = (propsBlock[i] == m_chg.propsBlock[i]); in notifyListeners()
2621 if (strcmp(propsBlock[i], m_chg.propsBlock[i])) in notifyListeners()
2633 FREEP(m_chg.propsBlock); in notifyListeners()
2634 m_chg.propsBlock = propsBlock; in notifyListeners()
[all …]
H A Dfv_View.h140 const gchar ** propsBlock; member
1009 UT_sint32 bot, const gchar ** attrsBlock, const gchar ** propsBlock);
H A Dfv_View_protected.cpp856 const gchar ** attrsBlock, const gchar ** propsBlock) in _insertCellAt() argument
876 bres = m_pDoc->insertStrux(posCell+1,PTX_Block,attrsBlock,propsBlock); in _insertCellAt()