Home
last modified time | relevance | path

Searched refs:pTable (Results 26 – 50 of 166) sorted by last modified time

1234567

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1940 const PixelCode* pTable = i_bWhitePixel ? WhitePixelCodes : BlackPixelCodes; in putG4Span() local
1945 putG4Bits( pTable[103].mnCodeBits, pTable[103].mnCode, io_rState ); in putG4Span()
1946 i_nSpan -= pTable[103].mnEncodedPixels; in putG4Span()
1952 … OSL_ASSERT( pTable[nTabIndex].mnEncodedPixels == static_cast<sal_uInt32>(64*(i_nSpan >> 6)) ); in putG4Span()
1953 putG4Bits( pTable[nTabIndex].mnCodeBits, pTable[nTabIndex].mnCode, io_rState ); in putG4Span()
1954 i_nSpan -= pTable[nTabIndex].mnEncodedPixels; in putG4Span()
1956 putG4Bits( pTable[i_nSpan].mnCodeBits, pTable[i_nSpan].mnCode, io_rState ); in putG4Span()
/trunk/main/sw/source/ui/misc/
H A Dredlndlg.cxx258 pTable->SetNodeDefaultImages(); in SwRedlineAcceptDlg()
260 pTable->SetHighlightRange(1); in SwRedlineAcceptDlg()
267 pTable->SetTabs(aStaticTabs); in SwRedlineAcceptDlg()
321 pTable->Clear(); in Init()
756 pTable->SelectAll(sal_False); in RemoveParents()
814 pTable->SelectAll(sal_False); in RemoveParents()
876 pTable->Select( pParent ); in InsertParents()
893 SvLBoxEntry* pEntry = bSelect ? pTable->FirstSelected() : pTable->First(); in CallAcceptReject()
918 pEntry = bSelect ? pTable->NextSelected(pEntry) : pTable->Next(pEntry); in CallAcceptReject()
981 pTable->Select( pEntry ); in CallAcceptReject()
[all …]
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx95 pNext( pNxt ), pBox( 0 ), pTable( pTab ), pStartNode( pSttNd ), in SwHTMLTableLayoutCnts()
102 delete pTable; in ~SwHTMLTableLayoutCnts()
/trunk/main/xmloff/source/xforms/
H A Dxformsexport.cxx130 const ExportTable* pTable );
454 const ExportTable* pTable ) in lcl_exportDataTypeFacets() argument
457 for( const ExportTable* pCurrent = pTable; in lcl_exportDataTypeFacets()
618 const ExportTable* pTable ) in lcl_export() argument
620 for( const ExportTable* pCurrent = pTable; in lcl_export()
/trunk/main/writerfilter/source/resourcemodel/
H A DProtocol.cxx192 TableProtocol::TableProtocol(Table * pTable, TagLogger::Pointer_t pTagLogger) in TableProtocol() argument
193 : m_pTable(pTable), m_pTagLogger(pTagLogger) in TableProtocol()
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFastContextHandler.cxx1428 writerfilter::Reference<Table>::Pointer_t pTable(mTable.clone()); in lcl_endFastElement() local
1436 mpStream->table(mId, pTable); in lcl_endFastElement()
1568 writerfilter::Reference<Table>::Pointer_t pTable(mTable.clone()); in lcl_endFastElement() local
1578 mpStream->table(mId, pTable); in lcl_endFastElement()
H A DOOXMLPropertySetImpl.cxx702 Table::Pointer_t pTable(new TableProtocol(&rTable, debug_logger)); in resolve() local
704 Table * pTable = &rTable; in resolve()
718 pTable->entry(nPos, pProperties); in resolve()
/trunk/main/writerfilter/inc/resourcemodel/
H A DProtocol.hxx86 TableProtocol(Table * pTable, TagLogger::Pointer_t pTagLogger);
/trunk/main/vcl/unx/gtk/a11y/
H A Datktable.cxx98 if( pTable ) in table_wrapper_ref_at()
106 if( pTable ) in table_wrapper_ref_at()
128 if( pTable ) in table_wrapper_get_index_at()
133 if( pTable ) in table_wrapper_get_index_at()
153 if( pTable ) in table_wrapper_get_column_at_index()
158 if( pTable ) in table_wrapper_get_column_at_index()
178 if( pTable ) in table_wrapper_get_row_at_index()
183 if( pTable ) in table_wrapper_get_row_at_index()
202 if( pTable ) in table_wrapper_get_n_columns()
207 if( pTable ) in table_wrapper_get_n_columns()
[all …]
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx503 /*sal_uInt16 nVersion =*/ getUInt16BE( pTable ); in queryMetricPage()
504 /*sal_uInt16 nLength =*/ getUInt16BE( pTable ); in queryMetricPage()
505 sal_uInt16 nCoverage = getUInt16BE( pTable ); in queryMetricPage()
513 sal_uInt16 nPairs = getUInt16BE( pTable ); in queryMetricPage()
514 pTable += 6; in queryMetricPage()
545 const sal_uInt8* pSubTable = pTable; in queryMetricPage()
603 /*sal_uInt32 nLength =*/ getUInt32BE( pTable ); in queryMetricPage()
604 sal_uInt16 nCoverage = getUInt16BE( pTable ); in queryMetricPage()
625 sal_uInt16 nPairs = getUInt16BE( pTable ); in queryMetricPage()
626 pTable += 6; in queryMetricPage()
[all …]
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx432 const unsigned char* pTable = pBuffer + GetUInt( p + 8 ); in GetTable() local
433 if( (pTable + nLength) <= (mpFontFile->GetBuffer() + nFileSize) ) in GetTable()
434 return pTable; in GetTable()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ywrapper.mm330 …AquaA11yTableWrapper* pTable = [self isKindOfClass: [AquaA11yTableWrapper class]] ? (AquaA11yTable…
331 return [ AquaA11yTableWrapper childrenAttributeForElement: pTable ];
/trunk/main/sw/source/ui/vba/
H A Dvbastyles.cxx311 for( const BuiltinStyleTable* pTable = aBuiltinStyleTable; pTable != NULL; pTable++ ) in Item() local
313 if( nIndex == pTable->wdBuiltinStyle ) in Item()
315 rtl::OUString aStyleName = rtl::OUString::createFromAscii( pTable->pOOoStyleName ); in Item()
318 … rtl::OUString aStyleType = SwVbaStyle::getOOoStyleTypeFromMSWord( pTable->wdStyleType ); in Item()
319 switch( pTable->wdStyleType ) in Item()
H A Dvbadialog.cxx47 for( const WordDialogTable* pTable = aWordDialogTable; pTable != NULL; pTable++ ) in mapIndexToName() local
49 if( nIndex == pTable->wdDialog ) in mapIndexToName()
51 return rtl::OUString::createFromAscii( pTable->ooDialog ); in mapIndexToName()
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx365 SwXTextTable* pTable = reinterpret_cast<SwXTextTable*>( in select() local
368 SwFrmFmt* pTblFrmFmt = pTable ? ((SwXTextTable*)pTable)->GetFrmFmt() : 0; in select()
383 SwTable* pTable = SwTable::FindTable( pTblFrmFmt ); in select() local
384 pBox = pCell->FindBox(pTable, pBox); in select()
/trunk/main/sw/source/ui/inc/
H A Dredlndlg.hxx95 SvxRedlinTable* pTable; // PB 2006/02/02 #i48648 now SvHeaderTabListBox member in SwRedlineAcceptDlg
/trunk/main/sw/source/filter/xml/
H A Dxmltble.cxx507 const SwTable *pTable; member in SwXMLTableInfo_Impl
515 const SwTable *GetTable() const { return pTable; } in GetTable()
516 const SwFrmFmt *GetTblFmt() const { return pTable->GetFrmFmt(); } in GetTblFmt()
524 pTable( pTbl ), in SwXMLTableInfo_Impl()
H A Dxmltbli.cxx246 xSubTable = pTable; in Set()
445 xMyTable( pTable ), in SwXMLTableCellContext_Impl()
742 xMyTable( pTable ) in SwXMLTableColContext_Impl()
819 SwXMLTableContext *pTable,
836 xMyTable( pTable ), in SwXMLTableColsContext_Impl()
897 SwXMLTableContext *pTable, in SwXMLTableRowContext_Impl() argument
900 xMyTable( pTable ), in SwXMLTableRowContext_Impl()
1018 SwXMLTableContext *pTable, in SwXMLTableRowsContext_Impl() argument
1021 xMyTable( pTable ), in SwXMLTableRowsContext_Impl()
1432 SwXMLTableContext *pTable, in SwXMLTableContext() argument
[all …]
H A Dxmltbli.hxx150 SwXMLTableContext *pTable,
178 SwXMLTableContext *pTable=0,
/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx2401 SwTableNode *pTable = aIdx.GetNode().GetTableNode(); in MoveOutsideFly() local
2412 SwTable& rTable = pTable->GetTable(); in MoveOutsideFly()
H A Dwrtww8.cxx2133 const SwTable * pTable = pTableTextNodeInfoInner->getTable(); in TableBidi() local
2134 const SwFrmFmt * pFrmFmt = pTable->GetFrmFmt(); in TableBidi()
2153 const SwTable * pTable = pTableTextNodeInfo->getTable(); in TableHeight()
2154 bool bNewTableModel = pTable->IsNewModel(); in TableHeight()
2197 const SwTable * pTable = pTableTextNodeInfoInner->getTable(); in TableOrientation() local
2199 const SwFrmFmt *pFmt = pTable->GetFrmFmt(); in TableOrientation()
2234 const SwTable * pTable = pTableTextNodeInfoInner->getTable(); in TableSpacing() local
2235 const SwTableFmt * pTableFmt = pTable->GetTableFmt(); in TableSpacing()
2269 const SwTable * pTable = pTableTextNodeInfoInner->getTable(); in TableDefinition() local
2303 const SwFrmFmt *pFmt = pTable->GetFrmFmt(); in TableDefinition()
[all …]
H A Drtfattributeoutput.cxx968 const SwTable * pTable = pTableTextNodeInfoInner->getTable(); in TableBidi() local
969 const SwFrmFmt * pFrmFmt = pTable->GetFrmFmt(); in TableBidi()
1026 const SwTable *pTable = pTableTextNodeInfoInner->getTable(); in TableOrientation() local
1027 SwFrmFmt *pFmt = pTable->GetFrmFmt( ); in TableOrientation()
1078 const SwTable* pTable = pTableTextNodeInfoInner->getTable( ); in InitTableHelper() local
1079 const SwFrmFmt *pFmt = pTable->GetFrmFmt( ); in InitTableHelper()
1082 const SwHTMLTableLayout *pLayout = pTable->GetHTMLTableLayout(); in InitTableHelper()
1086 m_pTableWrt = new SwWriteTable( pTable->GetTabLines(), (sal_uInt16)nPageSize, in InitTableHelper()
1203 const SwTable *pTable = pInner->getTable( ); in FinishTableRowCell() local
1204 const SwTableLines& rLines = pTable->GetTabLines( ); in FinishTableRowCell()
H A DWW8TableInfo.cxx116 mpTable = pTable; in setTable()
587 SwTableCellInfo aTableCellInfo(pTable); in processSwTableByLayout()
636 pPrev = reorderByLayout(pTable); in processSwTableByLayout()
649 SwFrmFmt * pFrmFmt = pTable->GetFrmFmt(); in processSwTable()
652 pPrev = processSwTableByLayout(pTable); in processSwTable()
865 const SwTable * pTable, in insertTableNodeInfo() argument
883 pNodeInfo->setTable(pTable); in insertTableNodeInfo()
894 mFirstInTableMap[pTable] = pNode; in insertTableNodeInfo()
915 (const SwTable * pTable, bool bCreate) in getCellGridForTable() argument
925 mCellGridMap[pTable] = pResult; in getCellGridForTable()
[all …]
H A DWW8TableInfo.hxx91 void setTable(const SwTable * pTable);
189 void setTable(const SwTable * pTable);
230 size_t operator()(const SwTable * pTable) const in operator ()()
231 { return reinterpret_cast<size_t>(pTable); } in operator ()()
304 processTableLine(const SwTable * pTable,
310 processTableBox(const SwTable * pTable,
318 const SwTable * pTable,
326 const SwTable * pTable,
342 void processSwTable(const SwTable * pTable);
343 WW8TableNodeInfo * processSwTableByLayout(const SwTable * pTable);
[all …]
/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx1482 if (pTable){ in BeginTable()
1508 if(!pTable){ in GetBox()
1547 if(!pTable){ in NextTableCell()
1593 if(!pTable){ in SetTableWidth()
1608 if(!pTable){ in SetTableOrient()
1617 if(!pTable){ in SetCellWidth()
1635 if(!pTable){ in SetCellHeight()
1651 if (!pTable){ in GetCellAttr()
1673 if(!pTable){ in SetCellSpace()
1707 if(!pTable) in SplitTable()
[all …]

Completed in 209 milliseconds

1234567