Home
last modified time | relevance | path

Searched refs:pDSL (Results 1 – 25 of 38) sorted by relevance

12

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfp_FootnoteContainer.cpp151 while(pDSL && pDSL->getContainerType() != FL_CONTAINER_DOCSECTION) in getDocSectionLayout()
153 pDSL = pDSL->myContainingLayout(); in getDocSectionLayout()
155 UT_ASSERT(pDSL && (pDSL->getContainerType() == FL_CONTAINER_DOCSECTION)); in getDocSectionLayout()
400 if(pDSL == NULL) in clearScreen()
449 while(pDSL && pDSL->getContainerType() != FL_CONTAINER_DOCSECTION) in getDocSectionLayout()
451 pDSL = pDSL->myContainingLayout(); in getDocSectionLayout()
453 UT_ASSERT(pDSL && (pDSL->getContainerType() == FL_CONTAINER_DOCSECTION)); in getDocSectionLayout()
693 if(pDSL == NULL) in clearScreen()
760 UT_ASSERT(pDSL && (pDSL->getContainerType() == FL_CONTAINER_DOCSECTION)); in getDocSectionLayout()
761 return pDSL; in getDocSectionLayout()
[all …]
H A Dfl_DocLayout.cpp723 if(!pDSL) in fillLayouts()
853 while(pDSL) in loadPendingObjects()
856 pDSL = pDSL->getNextDocSection(); in loadPendingObjects()
914 pDSL = pDSL->getNextDocSection(); in loadPendingObjects()
1099 pDSL = pDSL->getNextDocSection();
2887 pDSL = pDSL->getNextDocSection(); in rebuildFromHere()
2895 while(pDSL) in rebuildFromHere()
2898 pDSL = pDSL->getNextDocSection(); in rebuildFromHere()
2908 pDSL = pDSL->getNextDocSection(); in rebuildFromHere()
2917 pDSL = pDSL->getNextDocSection(); in rebuildFromHere()
[all …]
H A Dfl_FootnoteLayout.cpp191 fl_ContainerLayout * pDSL = myContainingLayout(); in getSectionLayout() local
192 while(pDSL) in getSectionLayout()
194 if(pDSL->getContainerType() == FL_CONTAINER_DOCSECTION) in getSectionLayout()
196 return static_cast<fl_SectionLayout *>(pDSL); in getSectionLayout()
198 pDSL = pDSL->myContainingLayout(); in getSectionLayout()
396 fl_DocSectionLayout * pDSL = static_cast<fl_DocSectionLayout *>(pCL); in _createFootnoteContainer() local
397 UT_return_if_fail(pDSL != NULL); in _createFootnoteContainer()
402 iWidth = iWidth - pDSL->getLeftMargin() - pDSL->getRightMargin(); in _createFootnoteContainer()
650 UT_return_if_fail(pDSL != NULL); in _createAnnotationContainer()
655 iWidth = iWidth - pDSL->getLeftMargin() - pDSL->getRightMargin(); in _createAnnotationContainer()
[all …]
H A Dfp_MathRun.cpp160 fl_DocSectionLayout * pDSL = getBlock()->getDocSectionLayout(); in _lookupProperties() local
162 if(pDSL->getFirstContainer()) in _lookupProperties()
164 p = pDSL->getFirstContainer()->getPage(); in _lookupProperties()
166 else if(pDSL->getDocLayout()->countPages() > 0) in _lookupProperties()
168 p = pDSL->getDocLayout()->getNthPage(0); in _lookupProperties()
176 maxW -= pDSL->getLeftMargin() + pDSL->getRightMargin(); in _lookupProperties()
177 maxH -= pDSL->getTopMargin() + pDSL->getBottomMargin(); in _lookupProperties()
H A Dfp_EmbedRun.cpp203 fl_DocSectionLayout * pDSL = getBlock()->getDocSectionLayout(); in _lookupProperties() local
205 if(pDSL->getFirstContainer()) in _lookupProperties()
207 p = pDSL->getFirstContainer()->getPage(); in _lookupProperties()
211 p = pDSL->getDocLayout()->getNthPage(0); in _lookupProperties()
215 maxW -= pDSL->getLeftMargin() + pDSL->getRightMargin(); in _lookupProperties()
216 maxH -= pDSL->getTopMargin() + pDSL->getBottomMargin(); in _lookupProperties()
H A Dfl_ContainerLayout.cpp450 fl_DocSectionLayout * pDSL = NULL; in getDocSectionLayout() local
457 pDSL = static_cast<fl_DocSectionLayout *>(pCL); in getDocSectionLayout()
459 return pDSL; in getDocSectionLayout()
895 fl_DocSectionLayout * pDSL = getDocSectionLayout(); in insert() local
897 pDSL, in insert()
905 fl_DocSectionLayout * pDSL = getDocSectionLayout(); in insert() local
907 pDSL, in insert()
915 fl_DocSectionLayout * pDSL = getDocSectionLayout(); in insert() local
917 pDSL, in insert()
926 fl_DocSectionLayout * pDSL = getDocSectionLayout(); in insert() local
[all …]
H A Dfl_SectionLayout.cpp1314 pDSL->format(); in _HdrFtrChangeCallback()
1377 while(pDSL) in doMarginChangeOnly()
1380 pDSL = pDSL->getNextDocSection(); in doMarginChangeOnly()
2720 while(pDSL != NULL) in doclistener_deleteStrux()
2722 pDSL->collapse(); in doclistener_deleteStrux()
2723 pDSL = pDSL->getNextDocSection(); in doclistener_deleteStrux()
2782 while(pDSL != NULL) in doclistener_deleteStrux()
2785 pDSL = pDSL->getNextDocSection(); in doclistener_deleteStrux()
2852 while(pDSL != NULL) in addOwnedPage()
2856 pDSL = pDSL->getNextDocSection(); in addOwnedPage()
[all …]
H A Dfp_FrameContainer.cpp391 fl_DocSectionLayout * pDSL = static_cast<fl_DocSectionLayout *>(pFL->getSectionLayout()); in getDocSectionLayout() local
392 UT_ASSERT(pDSL && (pDSL->getContainerType() == FL_CONTAINER_DOCSECTION)); in getDocSectionLayout()
393 return pDSL; in getDocSectionLayout()
528 fl_DocSectionLayout * pDSL = getDocSectionLayout(); in drawBoundaries() local
532 iMaxHeight = pDSL->getActualColumnHeight(); in drawBoundaries()
575 fl_DocSectionLayout * pDSL = getDocSectionLayout(); in drawHandles() local
579 iMaxHeight = pDSL->getActualColumnHeight(); in drawHandles()
666 fl_DocSectionLayout * pDSL = getDocSectionLayout(); in draw() local
670 iMaxHeight = pDSL->getActualColumnHeight(); in draw()
H A Dfp_Column.cpp186 fl_DocSectionLayout * pDSL = NULL; in getY() local
189 pDSL = static_cast<fl_DocSectionLayout *>(pSL); in getY()
197 return m_iY - pDSL->getTopMargin(); in getY()
510 yoff -= pDSL->getTopMargin(); in getOffsets()
519 yoff -= pDSL->getTopMargin(); in getOffsets()
751 yoff -= pDSL->getTopMargin(); in getScreenOffsets()
764 yoff -= pDSL->getTopMargin(); in getScreenOffsets()
2090 pDSL = pDSL->getNextDocSection(); in layout()
2091 while(pDSL) in layout()
2093 pDSL->setNeedsSectionBreak(true,NULL); in layout()
[all …]
H A Dfl_FrameLayout.cpp362 fl_ContainerLayout * pDSL = myContainingLayout(); in getSectionLayout() local
363 while(pDSL) in getSectionLayout()
365 if(pDSL->getContainerType() == FL_CONTAINER_DOCSECTION) in getSectionLayout()
367 return static_cast<fl_SectionLayout *>(pDSL); in getSectionLayout()
369 pDSL = pDSL->myContainingLayout(); in getSectionLayout()
722 fl_DocSectionLayout * pDSL = getDocSectionLayout(); in format() local
726 pDSL->setNeedsSectionBreak(true,pFC->getPage()); in format()
1105 fl_DocSectionLayout * pDSL = getDocSectionLayout(); in _lookupProperties() local
1106 m_iWidth = frac_width*pDSL->getActualColumnWidth(); in _lookupProperties()
1139 fl_DocSectionLayout * pDSL = getDocSectionLayout(); in _lookupProperties() local
[all …]
H A Dfp_ContainerObject.cpp475 fl_DocSectionLayout * pDSL = NULL; in getPageRelativeOffsets() local
481 pDSL = pFC->getDocSectionLayout(); in getPageRelativeOffsets()
488 pDSL = static_cast<fl_HdrFtrSectionLayout *>(pSL)->getDocSectionLayout(); in getPageRelativeOffsets()
492pDSL = static_cast<fl_DocSectionLayout *>(static_cast<fl_HdrFtrShadow *>(pSL)->getSectionLayout()); in getPageRelativeOffsets()
496 pDSL = pSL->getDocSectionLayout(); in getPageRelativeOffsets()
504 pDSL = static_cast<fl_DocSectionLayout *>(pFL->myContainingLayout()); in getPageRelativeOffsets()
510 pDSL = static_cast<fl_DocSectionLayout *>(pAL->myContainingLayout()); in getPageRelativeOffsets()
512 UT_return_val_if_fail(pDSL,false); in getPageRelativeOffsets()
513 UT_ASSERT(pDSL->getContainerType() == FL_CONTAINER_DOCSECTION); in getPageRelativeOffsets()
514 r.left = pDSL->getLeftMargin(); in getPageRelativeOffsets()
[all …]
H A Dfl_TOCLayout.cpp281 fl_ContainerLayout * pDSL = myContainingLayout(); in getSectionLayout() local
282 while(pDSL) in getSectionLayout()
286 return static_cast<fl_SectionLayout *>(pDSL); in getSectionLayout()
288 pDSL = pDSL->myContainingLayout(); in getSectionLayout()
694 fl_DocSectionLayout * pDSL = getDocSectionLayout(); in _createAndFillTOCEntry() local
698 pDSL->setNeedsSectionBreak(true,pPage ); in _createAndFillTOCEntry()
1189 fl_DocSectionLayout * pDSL = getDocSectionLayout(); in doclistener_changeStrux() local
1190 pDSL->setNeedsSectionBreak(true,pPage); in doclistener_changeStrux()
1264 fl_DocSectionLayout * pDSL = getDocSectionLayout(); in doclistener_deleteStrux() local
1269 pDSL->setNeedsSectionBreak(true,pPage); in doclistener_deleteStrux()
[all …]
H A Dfv_View.cpp2368 while(pDSL) in getTextInDocument()
2371 pDSL = pDSL->getNext(); in getTextInDocument()
8243 y = y - pDSL->getTopMargin() - pDSL->getBottomMargin(); in getPageScreenOffsets()
8266 iDiff = iDiff - pDSL->getTopMargin() - pDSL->getBottomMargin(); in getPageYOffset()
8295 y = y - pDSL->getTopMargin() - pDSL->getBottomMargin(); in getPageYOffset()
9602 if(pDSL == NULL) in getTopRulerInfo()
9797 if(pDSL == NULL) in getLeftRulerInfo()
11706 if(pDSL != pDSLP) in createThisHdrFtr()
11776 if(pDSL != pDSLP) in populateThisHdrFtr()
11804 pDSL = pDSLP; in populateThisHdrFtr()
[all …]
H A Dfp_TOCContainer.cpp185 fl_DocSectionLayout * pDSL = static_cast<fl_DocSectionLayout *>(pTL->myContainingLayout()); in getDocSectionLayout() local
186 UT_ASSERT(pDSL && (pDSL->getContainerType() == FL_CONTAINER_DOCSECTION)); in getDocSectionLayout()
187 return pDSL; in getDocSectionLayout()
887 fl_DocSectionLayout * pDSL = pTL->getDocSectionLayout(); in deleteBrokenTOCs() local
888 pDSL->deleteBrokenTablesFromHere(pTL); in deleteBrokenTOCs()
H A Dfl_TableLayout.cpp858 fl_ContainerLayout * pDSL = myContainingLayout(); in getSectionLayout() local
859 while(pDSL) in getSectionLayout()
863 return static_cast<fl_SectionLayout *>(pDSL); in getSectionLayout()
865 pDSL = pDSL->myContainingLayout(); in getSectionLayout()
2029 fl_DocSectionLayout * pDSL = NULL; in createCellContainer() local
2036 pDSL = static_cast<fl_DocSectionLayout *>(pCL); in createCellContainer()
2038 UT_ASSERT(pDSL != NULL); in createCellContainer()
2039 UT_sint32 iWidth = pDSL->getWidth(); in createCellContainer()
2259 while(pDSL) in getSectionLayout()
2263 return static_cast<fl_SectionLayout *>(pDSL); in getSectionLayout()
[all …]
H A Dfp_Page.cpp90 fl_DocSectionLayout *pDSL = m_pOwner; in ~fp_Page() local
92 pDSL->deleteOwnedPage(this); in ~fp_Page()
837 fl_DocSectionLayout * pDSL = getOwningSection(); in getAvailableHeight() local
838 UT_sint32 avail = getHeight() - pDSL->getTopMargin() - pDSL->getBottomMargin(); in getAvailableHeight()
907 while(pDSL && !pDSL->arePageNumbersRestarted()) in resetFieldPageNumber()
909 pDSL = pDSL->getPrevDocSection(); in resetFieldPageNumber()
911 if(pDSL && pDSL->arePageNumbersRestarted()) in resetFieldPageNumber()
913 fp_Page * pFirstPage = pDSL->getFirstOwnedPage(); in resetFieldPageNumber()
932 fl_DocSectionLayout * pDSL = pCurLeader->getDocSectionLayout(); in getAvailableHeightForColumn() local
933 UT_sint32 avail = getHeight() - pDSL->getTopMargin() - pDSL->getBottomMargin(); in getAvailableHeightForColumn()
[all …]
H A Dfl_FootnoteLayout.h84 void setDocSectionLayout(fl_DocSectionLayout * pDSL) in setDocSectionLayout() argument
85 { m_pDocSL = pDSL;} in setDocSectionLayout()
H A Dfb_ColumnBreaker.h36 fb_ColumnBreaker(fl_DocSectionLayout * pDSL);
H A Dfb_ColumnBreaker.cpp37 fb_ColumnBreaker::fb_ColumnBreaker(fl_DocSectionLayout * pDSL) : in fb_ColumnBreaker() argument
41 m_pDocSec(pDSL), in fb_ColumnBreaker()
607 fl_DocSectionLayout * pDSL = pConLayout->getDocSectionLayout(); in _breakSection() local
608 UT_ASSERT(pDSL); in _breakSection()
609 UT_ASSERT(pDSL->getContainerType() == FL_CONTAINER_DOCSECTION); in _breakSection()
610 pLastContainerToKeep = pDSL->getLastContainer(); in _breakSection()
H A Dfl_DocListener.cpp308 fl_DocSectionLayout * pDSL = m_pLayout->getFirstSection(); in populateStrux() local
309 pDSL->format(); in populateStrux()
335 fl_DocSectionLayout * pDSL = m_pLayout->getFirstSection(); in populateStrux() local
336 if(pDSL) in populateStrux()
338 fl_ContainerLayout * pCL = pDSL->getFirstLayout(); in populateStrux()
1333 fl_DocSectionLayout * pDSL = (fl_DocSectionLayout *) pSL; in change() local
1334 m_pLayout->changeDocSections(pcrxc,pDSL); in change()
1941 fl_DocSectionLayout* pDSL = in insertStrux() local
1944 UT_ASSERT(pDSL->getContainerType() == FL_CONTAINER_DOCSECTION); in insertStrux()
1946 m_pCurrentSL = static_cast<fl_SectionLayout *>(pDSL); in insertStrux()
H A Dfl_BlockLayout.cpp1798 return pDSL; in getDocSectionLayout()
1803 return pDSL; in getDocSectionLayout()
1808 return pDSL; in getDocSectionLayout()
1813 return pDSL; in getDocSectionLayout()
1818 return pDSL; in getDocSectionLayout()
1823 return pDSL; in getDocSectionLayout()
1828 return pDSL; in getDocSectionLayout()
1833 return pDSL; in getDocSectionLayout()
1838 return pDSL; in getDocSectionLayout()
8509 pDSL = pDSL->getNextDocSection(); in doclistener_insertSection()
[all …]
H A Dfv_View_protected.cpp931 fl_DocSectionLayout * pDSL = m_pLayout->getFirstSection(); in _getDocPosFromPoint() local
932 if(pDSL) in _getDocPosFromPoint()
934 fl_ContainerLayout * pCL = pDSL->getFirstLayout(); in _getDocPosFromPoint()
1848 yPoint = yPoint - pDSL->getTopMargin() -2; in _moveInsPtNextPrevLine()
1881 yPoint = yPoint - pDSL->getTopMargin() -2; in _moveInsPtNextPrevLine()
1930 yPoint = yPoint - pDSL->getTopMargin() -2; in _moveInsPtNextPrevLine()
4198 pBlock = pDSL->getFirstBlock(); in _findPositionCoords()
4551 fl_DocSectionLayout *pDSL = NULL; in _draw() local
4563 iPageHeight = iPageHeight - pDSL -> getTopMargin() - pDSL -> getBottomMargin(); in _draw()
5291 if(pDSL == NULL) in _charMotion()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsdatsrc.h100 virtual HRESULT WINAPI addDataSourceListener(DataSourceListener *pDSL) = 0;
101 virtual HRESULT WINAPI removeDataSourceListener(DataSourceListener *pDSL) = 0;
112 HRESULT (WINAPI *addDataSourceListener)(DataSource *This,DataSourceListener *pDSL);
113 HRESULT (WINAPI *removeDataSourceListener)(DataSource *This,DataSourceListener *pDSL);
126 #define DataSource_addDataSourceListener(This,pDSL) (This)->lpVtbl->addDataSourceListener(This,pDSL) argument
127 …define DataSource_removeDataSourceListener(This,pDSL) (This)->lpVtbl->removeDataSourceListener(Thi… argument
136 HRESULT WINAPI DataSource_addDataSourceListener_Proxy(DataSource *This,DataSourceListener *pDSL);
138 …RESULT WINAPI DataSource_removeDataSourceListener_Proxy(DataSource *This,DataSourceListener *pDSL);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsdatsrc.h100 virtual HRESULT WINAPI addDataSourceListener(DataSourceListener *pDSL) = 0;
101 virtual HRESULT WINAPI removeDataSourceListener(DataSourceListener *pDSL) = 0;
112 HRESULT (WINAPI *addDataSourceListener)(DataSource *This,DataSourceListener *pDSL);
113 HRESULT (WINAPI *removeDataSourceListener)(DataSource *This,DataSourceListener *pDSL);
126 #define DataSource_addDataSourceListener(This,pDSL) (This)->lpVtbl->addDataSourceListener(This,pDSL) argument
127 …define DataSource_removeDataSourceListener(This,pDSL) (This)->lpVtbl->removeDataSourceListener(Thi… argument
136 HRESULT WINAPI DataSource_addDataSourceListener_Proxy(DataSource *This,DataSourceListener *pDSL);
138 …RESULT WINAPI DataSource_removeDataSourceListener_Proxy(DataSource *This,DataSourceListener *pDSL);
/dports/devel/dtool/dtool-0.11.0/cargo-crates/parity-codec-3.5.4/
H A DCargo.toml.orig-cargo31 # This feature was mainly introduced after it became clear that pDSL requires

12