Home
last modified time | relevance | path

Searched defs:pProps (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DTablePropertiesHandler.hxx59 void cellProps( TablePropertyMapPtr pProps ) in cellProps()
67 void insertRowProps( TablePropertyMapPtr pProps ) in insertRowProps()
75 void tableExceptionProps( TablePropertyMapPtr pProps ) in tableExceptionProps()
83 void insertTableProps( TablePropertyMapPtr pProps ) in insertTableProps()
H A DTableData.hxx58 CellData(css::uno::Reference<css::text::XTextRange> const & start, TablePropertyMapPtr pProps) in CellData()
76 void insertProperties(TablePropertyMapPtr pProps) in insertProperties()
149 …dCell(const css::uno::Reference<css::text::XTextRange>& start, TablePropertyMapPtr pProps, bool bA… in addCell()
191 void insertCellProperties(TablePropertyMapPtr pProps) in insertCellProperties()
322 … void addCell(const css::uno::Reference<css::text::XTextRange>& start, TablePropertyMapPtr pProps) in addCell()
350 void insertCellProperties(TablePropertyMapPtr pProps) in insertCellProperties()
H A DTableManager.hxx93 TablePropertyMapPtr pProps; in startLevel() local
124 void setCellProps(TablePropertyMapPtr pProps) in setCellProps()
143 void setRowProps(TablePropertyMapPtr pProps) in setRowProps()
153 void setTableExceptionProps(TablePropertyMapPtr pProps) in setTableExceptionProps()
171 void setTableProps(TablePropertyMapPtr pProps) in setTableProps()
H A DDomainMapperTableManager.hxx100 virtual void cellProps(const TablePropertyMapPtr& pProps) override in cellProps()
108 virtual void insertRowProps(const TablePropertyMapPtr& pProps) override in insertRowProps()
116 virtual void insertTableProps(const TablePropertyMapPtr& pProps) override in insertTableProps()
H A DTableManager.cxx34 const TablePropertyMapPtr& pProps) in openCell()
144 void TableManager::insertTableProps(const TablePropertyMapPtr& pProps) in insertTableProps()
160 void TableManager::insertRowProps(const TablePropertyMapPtr& pProps) in insertRowProps()
176 void TableManager::cellProps(const TablePropertyMapPtr& pProps) in cellProps()
192 void TableManager::tableExceptionProps(const TablePropertyMapPtr& pProps) in tableExceptionProps()
292 void TableManager::ensureOpenCell(const TablePropertyMapPtr& pProps) in ensureOpenCell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DTablePropertiesHandler.hxx63 void cellProps( TablePropertyMapPtr pProps ) in cellProps()
71 void insertRowProps( TablePropertyMapPtr pProps ) in insertRowProps()
79 void insertTableProps( TablePropertyMapPtr pProps ) in insertTableProps()
H A DTableData.hxx58 CellData(css::uno::Reference<css::text::XTextRange> const & start, TablePropertyMapPtr pProps) in CellData()
75 void insertProperties(TablePropertyMapPtr pProps) in insertProperties()
136 …dCell(const css::uno::Reference<css::text::XTextRange>& start, TablePropertyMapPtr pProps, bool bA… in addCell()
178 void insertCellProperties(TablePropertyMapPtr pProps) in insertCellProperties()
286 … void addCell(const css::uno::Reference<css::text::XTextRange>& start, TablePropertyMapPtr pProps) in addCell()
314 void insertCellProperties(TablePropertyMapPtr pProps) in insertCellProperties()
H A DDomainMapperTableManager.hxx106 virtual void cellProps(const TablePropertyMapPtr& pProps) override in cellProps()
114 virtual void insertRowProps(const TablePropertyMapPtr& pProps) override in insertRowProps()
122 virtual void insertTableProps(const TablePropertyMapPtr& pProps) override in insertTableProps()
H A DTableManager.cxx36 …nCell(const css::uno::Reference<css::text::XTextRange>& rHandle, const TablePropertyMapPtr& pProps) in openCell()
65 void TableManager::insertTableProps(const TablePropertyMapPtr& pProps) in insertTableProps()
81 void TableManager::insertRowProps(const TablePropertyMapPtr& pProps) in insertRowProps()
97 void TableManager::cellProps(const TablePropertyMapPtr& pProps) in cellProps()
197 void TableManager::ensureOpenCell(const TablePropertyMapPtr& pProps) in ensureOpenCell()
H A DTableManager.hxx89 TablePropertyMapPtr pProps; in startLevel() local
113 void setCellProps(TablePropertyMapPtr pProps) in setCellProps()
128 void setRowProps(TablePropertyMapPtr pProps) in setRowProps()
144 void setTableProps(TablePropertyMapPtr pProps) in setTableProps()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/ooxml/
H A DOOXMLParserState.cxx123 void OOXMLParserState::setCharacterProperties(const OOXMLPropertySet::Pointer_t& pProps) in setCharacterProperties()
131 void OOXMLParserState::setCellProperties(const OOXMLPropertySet::Pointer_t& pProps) in setCellProperties()
144 void OOXMLParserState::setRowProperties(const OOXMLPropertySet::Pointer_t& pProps) in setRowProperties()
200 void OOXMLParserState::setTableProperties(const OOXMLPropertySet::Pointer_t& pProps) in setTableProperties()
223 void OOXMLParserState::setPostponedBreak(const OOXMLPropertySet::Pointer_t & pProps) in setPostponedBreak()
H A DOOXMLFastContextHandler.cxx316 OOXMLPropertySet::Pointer_t pProps(new OOXMLPropertySet); in sendTableDepth() local
407 OOXMLPropertySet::Pointer_t pProps(new OOXMLPropertySet); in startSdt() local
415 OOXMLPropertySet::Pointer_t pProps(new OOXMLPropertySet); in endSdt() local
705 OOXMLPropertySet::Pointer_t pProps = getPropertySet(); in propagateTableProperties() local
873 OOXMLPropertySet::Pointer_t pProps(getPropertySet()); in sendPropertiesToParent() local
1348 OOXMLPropertySet::Pointer_t pProps(new OOXMLPropertySet); in startCell() local
1362 OOXMLPropertySet::Pointer_t pProps(new OOXMLPropertySet); in endCell() local
1416 OOXMLPropertySet::Pointer_t pProps(new OOXMLPropertySet); in endRow() local
1456 OOXMLPropertySet::Pointer_t pProps( new OOXMLPropertySet ); in fakeNoBorder() local
1539 OOXMLPropertySet::Pointer_t pProps( new OOXMLPropertySet ); in lcl_startFastElement() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/ooxml/
H A DOOXMLParserState.cxx121 void OOXMLParserState::setCharacterProperties(const OOXMLPropertySet::Pointer_t& pProps) in setCharacterProperties()
129 void OOXMLParserState::setCellProperties(const OOXMLPropertySet::Pointer_t& pProps) in setCellProperties()
142 void OOXMLParserState::setRowProperties(const OOXMLPropertySet::Pointer_t& pProps) in setRowProperties()
198 void OOXMLParserState::setTableProperties(const OOXMLPropertySet::Pointer_t& pProps) in setTableProperties()
221 void OOXMLParserState::setPostponedBreak(const OOXMLPropertySet::Pointer_t & pProps) in setPostponedBreak()
H A DOOXMLFastContextHandler.cxx350 OOXMLPropertySet::Pointer_t pProps(new OOXMLPropertySet); in sendTableDepth() local
459 OOXMLPropertySet::Pointer_t pProps(new OOXMLPropertySet); in startSdt() local
467 OOXMLPropertySet::Pointer_t pProps(new OOXMLPropertySet); in endSdt() local
757 OOXMLPropertySet::Pointer_t pProps = getPropertySet(); in propagateTableProperties() local
927 OOXMLPropertySet::Pointer_t pProps(getPropertySet()); in sendPropertiesToParent() local
1422 OOXMLPropertySet::Pointer_t pProps(new OOXMLPropertySet); in startCell() local
1437 OOXMLPropertySet::Pointer_t pProps(new OOXMLPropertySet); in endCell() local
1519 OOXMLPropertySet::Pointer_t pProps( new OOXMLPropertySet ); in fakeNoBorder() local
1602 OOXMLPropertySet::Pointer_t pProps( new OOXMLPropertySet ); in lcl_startFastElement() local
1617 OOXMLPropertySet::Pointer_t pProps( new OOXMLPropertySet ); in lcl_endFastElement() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/source/filter/
H A Dlwppara1.cxx317 void LwpPara::OverrideParaBorder(LwpParaProperty* pProps, XFParaStyle* pOverStyle) in OverrideParaBorder()
349 void LwpPara::OverrideParaBreaks(LwpParaProperty* pProps, XFParaStyle* pOverStyle) in OverrideParaBreaks()
414 void LwpPara::OverrideParaBullet(LwpParaProperty* pProps) in OverrideParaBullet()
480 void LwpPara::OverrideParaNumbering(LwpParaProperty const * pProps) in OverrideParaNumbering()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/source/filter/
H A Dlwppara1.cxx345 void LwpPara::OverrideParaBorder(LwpParaProperty* pProps, XFParaStyle* pOverStyle) in OverrideParaBorder()
377 void LwpPara::OverrideParaBreaks(LwpParaProperty* pProps, XFParaStyle* pOverStyle) in OverrideParaBreaks()
442 void LwpPara::OverrideParaBullet(LwpParaProperty* pProps) in OverrideParaBullet()
508 void LwpPara::OverrideParaNumbering(LwpParaProperty const * pProps) in OverrideParaNumbering()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/bastyp/
H A Dhelper.cxx68 OUString* pProps = aProps.getArray(); in GetResultSet() local
131 OUString* pProps = aProps.getArray(); in GetHelpTreeViewContents() local
/dports/sysutils/roct/ROCT-Thunk-Interface-9d1fb76/tests/kfdtest/src/
H A DKFDPerfCounters.cpp102 HsaCounterProperties* pProps = NULL; in TEST_F() local
187 HsaCounterProperties* pProps; in TEST_F() local
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfdoc/
H A Dcpvt_wordinfo.cpp21 CPVT_WordProps* pProps) in CPVT_WordInfo()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfdoc/
H A Dcpvt_wordinfo.cpp20 CPVT_WordProps* pProps) in CPVT_WordInfo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/basic/
H A Dsbxobj.hxx35 SbxArrayRef pProps; // Properties member in SbxObject
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/basic/
H A Dsbxobj.hxx35 SbxArrayRef pProps; // Properties member in SbxObject
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/Output/wasapi/
H A Dsettingsdialog.cpp71 IPropertyStore *pProps = nullptr; in enumDevices() local
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkRenderedAreaPicker.cxx119 vtkPropCollection *pProps = renderer->GetPickResultProps(); in AreaPick() local
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkRenderedAreaPicker.cxx118 vtkPropCollection* pProps = renderer->GetPickResultProps(); in AreaPick() local

123456789