Lines Matching refs:T

41 template <typename T, typename PropertiesPointer>
90 const T & rT,
99 const T & rT ) = 0;
102 template <typename T, typename PropertiesPointer>
289 T mCurHandle;
391 T getHandle() in getHandle()
397 const T & rHandle ) in setHandle()
403 typedef boost::shared_ptr<T> T_p;
420 stack<typename TableData<T, PropertiesPointer>::Pointer_t > mTableDataStack;
422 typedef typename TableDataHandler<T, PropertiesPointer>::Pointer_t TableDataHandlerPointer_t;
460 void openCell(const T & handle, PropertiesPointer pProps);
465 void closeCell(const T & handle);
508 virtual void handle(const T & rHandle);
616 template <typename T, typename PropertiesPointer>
617 TableManager<T, PropertiesPointer>::TableManager() in TableManager()
625 template <typename T, typename PropertiesPointer>
626 void TableManager<T, PropertiesPointer>::cellDepth(sal_uInt32 nDepth) in cellDepth()
640 template <typename T, typename PropertiesPointer>
641 void TableManager<T, PropertiesPointer>::inCell() in inCell()
653 template <typename T, typename PropertiesPointer>
654 void TableManager<T, PropertiesPointer>::endCell() in endCell()
664 template <typename T, typename PropertiesPointer>
665 void TableManager<T, PropertiesPointer>::endRow() in endRow()
675 template <typename T, typename PropertiesPointer>
676 void TableManager<T, PropertiesPointer>::setHandler in setHandler()
677 (typename TableDataHandler<T, PropertiesPointer>::Pointer_t pTableDataHandler) in setHandler() argument
682 template <typename T, typename PropertiesPointer>
683 void TableManager<T, PropertiesPointer>::handle(const T & rHandle) in handle()
697 template <typename T, typename PropertiesPointer>
698 void TableManager<T, PropertiesPointer>::startLevel() in startLevel()
703 typename TableData<T, PropertiesPointer>::Pointer_t pTableData; in startLevel()
719 typename TableData<T, PropertiesPointer>::Pointer_t pTableData in startLevel()
720 (new TableData<T, PropertiesPointer>(mTableDataStack.size())); in startLevel()
726 template <typename T, typename PropertiesPointer>
727 void TableManager<T, PropertiesPointer>::endLevel() in endLevel()
738 typename TableData<T, PropertiesPointer>::Pointer_t pTableData; in endLevel()
755 template <typename T, typename PropertiesPointer>
756 void TableManager<T, PropertiesPointer>::startParagraphGroup() in startParagraphGroup()
762 template <typename T, typename PropertiesPointer>
763 void TableManager<T, PropertiesPointer>::endParagraphGroup() in endParagraphGroup()
787 typename TableData< T, PropertiesPointer >::Pointer_t pTableData = mTableDataStack.top(); in endParagraphGroup()
810 template <typename T, typename PropertiesPointer>
811 bool TableManager<T, PropertiesPointer>::sprm(Sprm & rSprm) in sprm()
838 template <typename T, typename PropertiesPointer>
839 void TableManager<T, PropertiesPointer>::props(PropertiesPointer pProps) in props()
844 template <typename T, typename PropertiesPointer>
845 void TableManager<T, PropertiesPointer>::handle0x7() in handle0x7()
866 template <typename T, typename PropertiesPointer>
867 void TableManager<T, PropertiesPointer>::text(const sal_uInt8 * data, size_t len) in text()
877 template <typename T, typename PropertiesPointer>
878 void TableManager<T, PropertiesPointer>::utext(const sal_uInt8 * data, size_t len) in utext()
890 template <typename T, typename PropertiesPointer>
891 void TableManager<T, PropertiesPointer>::cellProps(PropertiesPointer pProps) in cellProps()
909 template <typename T, typename PropertiesPointer>
910 void TableManager<T, PropertiesPointer>::cellPropsByCell in cellPropsByCell()
926 template <typename T, typename PropertiesPointer>
927 void TableManager<T, PropertiesPointer>::insertRowProps(PropertiesPointer pProps) in insertRowProps()
945 template <typename T, typename PropertiesPointer>
946 void TableManager<T, PropertiesPointer>::insertTableProps(PropertiesPointer pProps) in insertTableProps()
964 template <typename T, typename PropertiesPointer>
965 void TableManager<T, PropertiesPointer>::resolveCurrentTable() in resolveCurrentTable()
974 typename TableData<T, PropertiesPointer>::Pointer_t in resolveCurrentTable()
983 typename RowData<T, PropertiesPointer>::Pointer_t pRowData = pTableData->getRow(nRow); in resolveCurrentTable()
1011 template <typename T, typename PropertiesPointer>
1012 void TableManager<T, PropertiesPointer>::endOfCellAction() in endOfCellAction()
1016 template <typename T, typename PropertiesPointer>
1017 void TableManager<T, PropertiesPointer>::endOfRowAction() in endOfRowAction()
1021 template <typename T, typename PropertiesPointer>
1022 bool TableManager<T, PropertiesPointer>::isIgnore() const in isIgnore()
1027 template <typename T, typename PropertiesPointer>
1028 void TableManager<T, PropertiesPointer>::openCell in openCell()
1029 (const T & rHandle, PropertiesPointer pProps) in openCell()
1039 typename TableData<T, PropertiesPointer>::Pointer_t in openCell()
1046 template <typename T, typename PropertiesPointer>
1047 void TableManager<T, PropertiesPointer>::closeCell in closeCell()
1048 (const T & rHandle) in closeCell()
1058 typename TableData<T, PropertiesPointer>::Pointer_t in closeCell()
1065 template <typename T, typename PropertiesPointer>
1066 void TableManager<T, PropertiesPointer>::ensureOpenCell(PropertiesPointer pProps) in ensureOpenCell()
1074 typename TableData<T, PropertiesPointer>::Pointer_t in ensureOpenCell()