Home
last modified time | relevance | path

Searched refs:pTable (Results 1 – 25 of 165) sorted by relevance

1234567

/AOO41X/main/vcl/unx/gtk/a11y/
H A Datktable.cxx67 getTable( AtkTable *pTable ) throw (uno::RuntimeException) in getTable() argument
69 AtkObjectWrapper *pWrap = ATK_OBJECT_WRAPPER( pTable ); in getTable()
95 accessibility::XAccessibleTable* pTable = getTable( table ); in table_wrapper_ref_at() local
98 if( pTable ) in table_wrapper_ref_at()
106 if( pTable ) in table_wrapper_ref_at()
107 return atk_object_wrapper_conditional_ref( pTable->getAccessibleCellAt( row, column ) ); in table_wrapper_ref_at()
125 accessibility::XAccessibleTable* pTable = getTable( table ); in table_wrapper_get_index_at() local
128 if( pTable ) in table_wrapper_get_index_at()
130 row, column, pTable->getAccessibleIndex( row, column ) ); in table_wrapper_get_index_at()
133 if( pTable ) in table_wrapper_get_index_at()
[all …]
/AOO41X/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx123 TableControl* pTable = dynamic_cast< TableControl* >( GetWindow() ); in getRowAtPoint() local
124 ENSURE_OR_RETURN( pTable != NULL, "SVTXGridControl::getRowAtPoint: no control (anymore)!", -1 ); in getRowAtPoint()
126 TableCell const tableCell = pTable->getTableControlInterface().hitTest( Point( x, y ) ); in getRowAtPoint()
135 TableControl* pTable = dynamic_cast< TableControl* >( GetWindow() ); in getColumnAtPoint() local
136 …ENSURE_OR_RETURN( pTable != NULL, "SVTXGridControl::getColumnAtPoint: no control (anymore)!", -1 ); in getColumnAtPoint()
138 TableCell const tableCell = pTable->getTableControlInterface().hitTest( Point( x, y ) ); in getColumnAtPoint()
147 TableControl* pTable = dynamic_cast< TableControl* >( GetWindow() ); in getCurrentColumn() local
148 …ENSURE_OR_RETURN( pTable != NULL, "SVTXGridControl::getCurrentColumn: no control (anymore)!", -1 ); in getCurrentColumn()
150 sal_Int32 const nColumn = pTable->GetCurrentColumn(); in getCurrentColumn()
159 TableControl* pTable = dynamic_cast< TableControl* >( GetWindow() ); in getCurrentRow() local
[all …]
/AOO41X/main/sw/source/ui/misc/
H A Dredlndlg.cxx230 pTable = pTPView->GetTableControl(); in SwRedlineAcceptDlg()
257pTable->SetStyle(pTable->GetStyle()|WB_HASLINES|WB_CLIPCHILDREN|WB_HASBUTTONS|WB_HASBUTTONSATROOT|… in SwRedlineAcceptDlg()
258 pTable->SetNodeDefaultImages(); in SwRedlineAcceptDlg()
259 pTable->SetSelectionMode(MULTIPLE_SELECTION); in SwRedlineAcceptDlg()
260 pTable->SetHighlightRange(1); in SwRedlineAcceptDlg()
267 pTable->SetTabs(aStaticTabs); in SwRedlineAcceptDlg()
282 pTable->SortByCol(nSortMode, bSortDir); in SwRedlineAcceptDlg()
284 aOldSelectHdl = pTable->GetSelectHdl(); in SwRedlineAcceptDlg()
285 aOldDeselectHdl = pTable->GetDeselectHdl(); in SwRedlineAcceptDlg()
286 pTable->SetSelectHdl(LINK(this, SwRedlineAcceptDlg, SelectHdl)); in SwRedlineAcceptDlg()
[all …]
/AOO41X/main/sw/source/core/frmedt/
H A Dtblsel.cxx339 const SwTabFrm *pTable = pUnion->GetTable(); in GetTblSel() local
340 if( !pTable->IsValid() && nLoopMax ) in GetTblSel()
347 const SwLayoutFrm* pRow = pTable->IsFollow() ? in GetTblSel()
348 pTable->GetFirstNonHeadlineRow() : in GetTblSel()
349 (const SwLayoutFrm*)pTable->Lower(); in GetTblSel()
452 SwTabFrm *pTable = aUnions[0]->GetTable(); in GetTblSel() local
453 while( pTable ) in GetTblSel()
455 if( pTable->IsValid() ) in GetTblSel()
456 pTable->InvalidatePos(); in GetTblSel()
457 pTable->SetONECalcLowers(); in GetTblSel()
[all …]
/AOO41X/main/sc/source/ui/docshell/
H A Dolinefun.cxx105 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab, sal_True ); in MakeOutline() local
112 pUndoTab = new ScOutlineTable( *pTable ); in MakeOutline()
114 ScOutlineArray* pArray = bColumns ? pTable->GetColArray() : pTable->GetRowArray(); in MakeOutline()
173 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in RemoveOutline() local
174 if (pTable) in RemoveOutline()
178 pUndoTab = new ScOutlineTable( *pTable ); in RemoveOutline()
180 ScOutlineArray* pArray = bColumns ? pTable->GetColArray() : pTable->GetRowArray(); in RemoveOutline()
234 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in RemoveAllOutlines() local
235 if (pTable) in RemoveAllOutlines()
240 pTable->GetColArray()->GetRange( nCol1, nCol2 ); in RemoveAllOutlines()
[all …]
/AOO41X/main/rsc/source/parser/
H A Drsckey.cxx79 pTable = NULL;
92 if( pTable )
93 rtl_freeMemory( pTable );
108 if( bSort && pTable){
110 qsort( (void *)pTable, nEntries,
125 if( pTable )
126 pTable = (KEY_STRUCT *)
127 rtl_reallocateMemory( (void *)pTable,
130 pTable = (KEY_STRUCT *)
133 pTable[ nEntries ].nName = nName;
[all …]
/AOO41X/main/autodoc/source/display/html/
H A Dhtml_kit.cxx166 : pTable(0), in ExplanationTable()
170 pTable = new Table("0", "100%", "3", "0"); in ExplanationTable()
171 *pTable << new AnAttribute("class", "expl-table"); in ExplanationTable()
172 o_rOwner << pTable; in ExplanationTable()
180 rNewRow = pTable->AddRow(); in AddEntry()
203 : pTable(0), in ParameterTable()
207 pTable = new Table; in ParameterTable()
208 *pTable << new AnAttribute("class", "param-table"); in ParameterTable()
209 o_rOwner << pTable; in ParameterTable()
216 rNewRow = pTable->AddRow(); in AddEntry()
[all …]
/AOO41X/main/filter/source/graphicfilter/itiff/
H A Dlzwdecom.cxx33 pTable=new LZWTableEntry[4096]; in LZWDecompressor()
37 pTable[i].nPrevCode=0; in LZWDecompressor()
38 pTable[i].nDataCount=1; in LZWDecompressor()
39 pTable[i].nData=(sal_uInt8)i; in LZWDecompressor()
50 delete[] pTable; in ~LZWDecompressor()
152 while (pTable[nCodeFirstData].nDataCount>1) in AddToTable()
153 nCodeFirstData=pTable[nCodeFirstData].nPrevCode; in AddToTable()
155 pTable[nTableSize].nPrevCode=nPrevCode; in AddToTable()
156 pTable[nTableSize].nDataCount=pTable[nPrevCode].nDataCount+1; in AddToTable()
157 pTable[nTableSize].nData=pTable[nCodeFirstData].nData; in AddToTable()
[all …]
/AOO41X/main/sw/source/core/unocore/
H A Dunotbl.cxx146 SwTable* pTable = SwTable::FindTable( pFmt ); in lcl_SetSpecialProperty() local
152 pFmt->GetDoc()->SetRowsToRepeat( *pTable, bVal ? 1 : 0 ); in lcl_SetSpecialProperty()
159 pFmt->GetDoc()->SetRowsToRepeat( *pTable, (sal_uInt16) nRepeat ); in lcl_SetSpecialProperty()
226 SwTable* pTable = SwTable::FindTable( pFmt ); in lcl_GetSpecialProperty() local
227 sal_uInt16 nRepeat = pTable->GetRowsToRepeat(); in lcl_GetSpecialProperty()
291 SwTable* pTable = SwTable::FindTable( pFmt ); in lcl_GetSpecialProperty() local
292 SwNode* pTblNode = pTable->GetTableNode(); in lcl_GetSpecialProperty()
552 SwTable* pTable = SwTable::FindTable( pFmt ); in lcl_CreateXCell() local
553 SwTableBox* pBox = (SwTableBox*)pTable->GetTblBox( sCellName ); in lcl_CreateXCell()
556 pXCell = SwXCell::CreateXCell(pFmt, pBox, pTable); in lcl_CreateXCell()
[all …]
H A Dunochart.cxx286 const SwTable* pTable = SwTable::FindTable( &rTblFmt ); in GetCellRangeName() local
287 pEndBox = pTable->GetTblBox( pStart->GetIndex()); in GetCellRangeName()
293 pStartBox = pTable->GetTblBox( pStart->GetIndex()); in GetCellRangeName()
453 SwTable *pTable = pTblFmt ? SwTable::FindTable( pTblFmt ) : 0; in GetFormatAndCreateCursorFromRangeRep() local
459 pTable ? pTable->GetTblBox( aStartCell, true ) : 0; in GetFormatAndCreateCursorFromRangeRep()
473 const SwTableBox* pBRBox = pTable->GetTblBox( aEndCell, true ); in GetFormatAndCreateCursorFromRangeRep()
744 SwTable* pTable = SwTable::FindTable( pTblFmt ); in Impl_createDataSource() local
745 if(pTable->IsTblComplex()) in Impl_createDataSource()
751 sal_Int32 nRows = pTable->GetTabLines().Count(); in Impl_createDataSource()
752 sal_Int32 nCols = pTable->GetTabLines().GetObject(0)->GetTabBoxes().Count(); in Impl_createDataSource()
[all …]
/AOO41X/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx114 void WW8TableNodeInfoInner::setTable(const SwTable * pTable) in setTable() argument
116 mpTable = pTable; in setTable()
437 void WW8TableNodeInfo::setTable(const SwTable * pTable) in setTable() argument
439 getInnerForDepth(mnDepth)->setTable(pTable); in setTable()
585 WW8TableInfo::processSwTableByLayout(const SwTable * pTable) in processSwTableByLayout() argument
587 SwTableCellInfo aTableCellInfo(pTable); in processSwTableByLayout()
615 insertTableNodeInfo(&rNode, pTable, pTableBox, 0, 0, 1, & aRect); in processSwTableByLayout()
636 pPrev = reorderByLayout(pTable); in processSwTableByLayout()
641 void WW8TableInfo::processSwTable(const SwTable * pTable) in processSwTable() argument
649 SwFrmFmt * pFrmFmt = pTable->GetFrmFmt(); in processSwTable()
[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,
333 WW8TableCellGrid::Pointer_t getCellGridForTable(const SwTable * pTable,
342 void processSwTable(const SwTable * pTable);
[all …]
/AOO41X/main/i18npool/source/characterclassification/
H A Dcclass_unicode_parser.cxx430 if ( !pTable || !bIntlEqual || in setupParserTable()
447 if ( !pTable ) in initParserTable()
448 pTable = new UPT_FLAG_TYPE[nDefCnt]; in initParserTable()
449 memcpy( pTable, pDefaultParserTable, sizeof(UPT_FLAG_TYPE) * nDefCnt ); in initParserTable()
478 pTable[cGroupSep] |= TOKEN_VALUE; in initParserTable()
480 pTable[cDecimalSep] |= TOKEN_CHAR_VALUE | TOKEN_VALUE; in initParserTable()
489 pTable[i] &= ~TOKEN_CHAR_WORD; // not allowed as start character in initParserTable()
492 pTable[i] &= ~TOKEN_WORD; // not allowed as cont character in initParserTable()
496 pTable[i] &= ~TOKEN_CHAR_WORD; // not allowed as start character in initParserTable()
499 pTable[i] &= ~TOKEN_WORD; // not allowed as cont character in initParserTable()
[all …]
/AOO41X/main/svx/source/unodraw/
H A DXPropertyTable.cxx279 …SvxUnoXColorTable( XPropertyList* pTable ) throw() : SvxUnoXPropertyTable( XATTR_LINECOLOR, pTable in SvxUnoXColorTable() argument
293 uno::Reference< uno::XInterface > SAL_CALL SvxUnoXColorTable_createInstance( XPropertyList* pTable in SvxUnoXColorTable_createInstance() argument
295 return (OWeakObject*) new SvxUnoXColorTable( pTable ); in SvxUnoXColorTable_createInstance()
342 …SvxUnoXLineEndTable( XPropertyList* pTable ) throw() : SvxUnoXPropertyTable( XATTR_LINEEND, pTable in SvxUnoXLineEndTable() argument
356 …nce< uno::XInterface > SAL_CALL SvxUnoXLineEndTable_createInstance( XPropertyList* pTable ) throw() in SvxUnoXLineEndTable_createInstance() argument
358 return (OWeakObject*)new SvxUnoXLineEndTable( pTable ); in SvxUnoXLineEndTable_createInstance()
415 …SvxUnoXDashTable( XPropertyList* pTable ) throw() : SvxUnoXPropertyTable( XATTR_LINEDASH, pTable )… in SvxUnoXDashTable() argument
429 uno::Reference< uno::XInterface > SAL_CALL SvxUnoXDashTable_createInstance( XPropertyList* pTable )… in SvxUnoXDashTable_createInstance() argument
431 return (OWeakObject*)new SvxUnoXDashTable( pTable ); in SvxUnoXDashTable_createInstance()
497 …SvxUnoXHatchTable( XPropertyList* pTable ) throw() : SvxUnoXPropertyTable( XATTR_FILLHATCH, pTable in SvxUnoXHatchTable() argument
[all …]
/AOO41X/main/cppuhelper/test/
H A Dtestpropshlp.cxx59 static Property *pTable = 0; in getPropertyTable1() local
61 if( ! pTable ) { in getPropertyTable1()
63 if( ! pTable ) { in getPropertyTable1()
79 pTable = aTable; in getPropertyTable1()
82 return pTable; in getPropertyTable1()
88 static Property *pTable = 0; in getPropertyTable2() local
90 if( ! pTable ) { in getPropertyTable2()
92 if( ! pTable ) { in getPropertyTable2()
108 pTable = aTable; in getPropertyTable2()
111 return pTable; in getPropertyTable2()
[all …]
/AOO41X/main/svtools/source/filter/igif/
H A Ddecode.cxx56 pTable = new GIFLZWTableEntry[ 4098 ]; in GIFLZWDecompressor()
60 pTable[i].pPrev = NULL; in GIFLZWDecompressor()
61 pTable[i].pFirst = pTable + i; in GIFLZWDecompressor()
62 pTable[i].nData = (sal_uInt8) i; in GIFLZWDecompressor()
71 delete[] pTable; in ~GIFLZWDecompressor()
128 pE = pTable + nTableSize; in AddToTable()
129 pE->pPrev = pTable + nPrevCode; in AddToTable()
131 pE->nData = pTable[ nCodeFirstData ].pFirst->nData; in AddToTable()
198 pE = pTable + nCode; in ProcessOneCode()
/AOO41X/main/filter/source/graphicfilter/egif/
H A Dgiflzwc.cxx165 pTable=new GIFLZWCTreeNode[4096]; in StartCompression()
169 pTable[i].pBrother = pTable[i].pFirstChild = NULL; in StartCompression()
170 pTable[i].nValue = (sal_uInt8) ( pTable[i].nCode = i ); in StartCompression()
190 pPrefix=pTable+(*pSrc++); in Compress()
215 pTable[i].pFirstChild=NULL; in Compress()
225 p=pTable+(nTableSize++); in Compress()
232 pPrefix=pTable+nV; in Compress()
248 delete[] pTable; in EndCompression()
/AOO41X/main/sw/source/filter/ww1/
H A Dfltshell.cxx1477 return pTable != 0; in IsInTable()
1485 if (pTable){ in BeginTable()
1497 pTable = GetDoc().InsertTable( in BeginTable()
1501 ((SwTable*)pTable)->LockModify(); // Nichts automatisch anpassen! in BeginTable()
1511 if(!pTable){ in GetBox()
1512 ASSERT(pTable, "GetBox ohne Tabelle"); in GetBox()
1519 const SwTableLines* pTableLines = &pTable->GetTabLines(); in GetBox()
1550 if(!pTable){ in NextTableCell()
1551 ASSERT(pTable, "NextTableCell ohne Tabelle"); in NextTableCell()
1554 const SwTableLines* pTableLines = &pTable->GetTabLines(); in NextTableCell()
[all …]
/AOO41X/main/sw/source/filter/html/
H A Dhtmltab.cxx186 HTMLTable *pTable; // eine Tabelle member in HTMLTableCnts
203 const HTMLTable *GetTable() const { return pTable; } in GetTable()
204 HTMLTable *GetTable() { return pTable; } in GetTable()
693 pStartNode(pStNd), pTable(0) in HTMLTableCnts()
699 pStartNode(0), pTable(pTab) in HTMLTableCnts()
706 delete pTable; // die Tabellen brauchen wir nicht mehr in ~HTMLTableCnts()
732 SwHTMLTableLayout *pTableInfo = pTable ? pTable->CreateLayoutInfo() : 0; in CreateLayoutInfo()
2070 HTMLTable *pTable = pCnts->GetTable(); in SetBorders() local
2071 if( pTable && !pTable->BordersSet() ) in SetBorders()
2073 pTable->InheritBorders( this, i, j, in SetBorders()
[all …]
/AOO41X/main/autodoc/source/display/idl/
H A Dhfi_linklist.cxx50 pTable( new Html::Table( (i_bBorder ? "1" : "0"), "100%", "5", "0") ), in HF_CommentedLink_Table()
54 *pTable in HF_CommentedLink_Table()
61 << pTable; in HF_CommentedLink_Table()
74 rRow = pTable->AddRow(); in Add_Line()
105 pTable( new Html::Table("1", "100%", "5", "0") ), in HF_MemberTable()
110 *pTable in HF_MemberTable()
117 << pTable; in HF_MemberTable()
131 Html::TableRow & rRow = pTable->AddRow(); in Add_Line()
145 pTable->AddRow().AddCell() << pMemberSpace; in Add_Line()
/AOO41X/main/dbaccess/source/core/api/
H A Dtablecontainer.cxx213 …ODBTableDecorator* pTable = new ODBTableDecorator( m_xConnection, xSup, ::dbtools::getNumberFormat… in createObject() local
214 xRet = pTable; in createObject()
215 pTable->construct(); in createObject()
244 ODBTable* pTable = new ODBTable(this in createObject() local
252 xRet = pTable; in createObject()
253 pTable->construct(); in createObject()
281 …ODBTableDecorator* pTable = new ODBTableDecorator( m_xConnection, xMasterColumnsSup, ::dbtools::ge… in createDescriptor() local
282 xRet = pTable; in createDescriptor()
283 pTable->construct(); in createDescriptor()
287 ODBTable* pTable = new ODBTable(this, m_xConnection); in createDescriptor() local
[all …]
/AOO41X/main/connectivity/source/drivers/dbase/
H A DDTables.cxx81 …ODbaseTable* pTable = reinterpret_cast< ODbaseTable* >( xTunnel->getSomething(ODbaseTable::getUnoT… in appendObject() local
82 if(pTable) in appendObject()
84pTable->setPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_NAME),makeAny(_r… in appendObject()
87 if(!pTable->CreateImpl()) in appendObject()
119 …ODbaseTable* pTable = reinterpret_cast< ODbaseTable* >( xTunnel->getSomething(ODbaseTable::getUnoT… in dropObject() local
120 if(pTable) in dropObject()
121 pTable->DropImpl(); in dropObject()
/AOO41X/main/filter/source/graphicfilter/etiff/
H A Detiff.cxx92 TIFFLZWCTreeNode* pTable; member in TIFFWriter
527 pTable = new TIFFLZWCTreeNode[ 4096 ]; in StartCompression()
531 pTable[ i ].pBrother = pTable[ i ].pFirstChild = NULL; in StartCompression()
532 pTable[ i ].nValue = (sal_uInt8)( pTable[ i ].nCode = i ); in StartCompression()
549 pPrefix = pTable + nCompThis; in Compress()
571 pTable[ i ].pFirstChild = NULL; in Compress()
581 p = pTable + ( nTableSize++ ); in Compress()
588 pPrefix = pTable + nV; in Compress()
601 delete[] pTable; in EndCompression()
/AOO41X/main/sc/source/core/data/
H A Ddocumen3.cxx1562 ScTable* pTable = pTab[aEmbedRange.aStart.Tab()]; in GetEmbeddedRect() local
1563 if (!pTable) in GetEmbeddedRect()
1572 aRect.Left() += pTable->GetColWidth(i); in GetEmbeddedRect()
1573 aRect.Top() += pTable->GetRowHeight( 0, aEmbedRange.aStart.Row() - 1); in GetEmbeddedRect()
1576 aRect.Right() += pTable->GetColWidth(i); in GetEmbeddedRect()
1578 aRect.Bottom() += pTable->GetRowHeight( aEmbedRange.aStart.Row(), aEmbedRange.aEnd.Row()); in GetEmbeddedRect()
1605 …dTwipsWhile( long & rTwips, long nStopTwips, SCROW & rPosY, SCROW nEndRow, const ScTable * pTable ) in lcl_AddTwipsWhile() argument
1613 sal_uInt16 nHeight = pTable->GetRowHeight( nRow, NULL, &nHeightEndRow); in lcl_AddTwipsWhile()
1650 ScTable* pTable = pTab[nTab]; in GetRange() local
1651 if (!pTable) in GetRange()
[all …]
/AOO41X/main/sw/source/filter/xml/
H A Dxmltbli.cxx195 const SwStartNode *pStNd, SwXMLTableContext *pTable,
230 SwXMLTableContext *pTable, in Set() argument
243 xSubTable = pTable; in Set()
417 inline void InsertContent( SwXMLTableContext *pTable );
424 SwXMLTableContext *pTable );
439 SwXMLTableContext *pTable ) : in SwXMLTableCellContext_Impl() argument
442 xMyTable( pTable ), in SwXMLTableCellContext_Impl()
583 SwXMLTableContext *pTable ) in InsertContent() argument
585 GetTable()->InsertCell( aStyleName, nRowSpan, nColSpan, 0, mXmlId, pTable, bProtect ); in InsertContent()
727 SwXMLTableContext *pTable );
[all …]

1234567