/aoo41x/main/vcl/unx/gtk/a11y/ |
H A D | atktable.cxx | 98 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 …]
|
/aoo41x/main/svtools/source/uno/ |
H A D | svtxgridcontrol.cxx | 209 pTable->Invalidate(); in setProperty() 227 pTable->Invalidate(); in setProperty() 239 pTable->Invalidate(); in setProperty() 257 pTable->Invalidate(); in setProperty() 267 pTable->getDataWindow().SetBackground( pTable->GetBackground() ); in setProperty() 321 pTable->Invalidate(); in setProperty() 326 pTable->Invalidate(); in setProperty() 331 pTable->Invalidate(); in setProperty() 336 pTable->Invalidate(); in setProperty() 341 pTable->Invalidate(); in setProperty() [all …]
|
/aoo41x/main/sw/source/ui/misc/ |
H A D | redlndlg.cxx | 258 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 …]
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 458 pTable->Calc(); in GetTblSel() 460 if( 0 == (pTable = pTable->GetFollow()) ) in GetTblSel() 729 if( 0 == (pTable = pTable->GetFollow()) ) in ChkChartSel() 2037 pTable = pTable->GetFollow(); in MakeSelUnions() 2038 if ( pTable != pEndTable && pEndTable->IsAnFollow( pTable ) ) in MakeSelUnions() 2039 pTable = 0; in MakeSelUnions() 2454 for ( SwTabFrm *pTable = aTabIter.First(); pTable; pTable = aTabIter.Next() ) in MakeFrms() local 2528 for ( pTable = aTabIter.First(); pTable; pTable = aTabIter.Next() ) in MakeNewFrms() 2558 pTable = pTable->GetFollow(); in MakeNewFrms() 2630 for ( pTable = aTabIter.First(); pTable; pTable = aTabIter.Next() ) in MakeNewFrms() [all …]
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | olinefun.cxx | 114 ScOutlineArray* pArray = bColumns ? pTable->GetColArray() : pTable->GetRowArray(); in MakeOutline() 174 if (pTable) in RemoveOutline() 180 ScOutlineArray* pArray = bColumns ? pTable->GetColArray() : pTable->GetRowArray(); in RemoveOutline() 235 if (pTable) in RemoveAllOutlines() 301 if ( pTable ) in AutoOutline() 358 if (!pTable) in SelectLevel() 360 ScOutlineArray* pArray = bColumns ? pTable->GetColArray() : pTable->GetRowArray(); in SelectLevel() 463 if (pTable) in ShowMarkedOutlines() 572 if (pTable) in HideMarkedOutlines() 664 ScOutlineArray* pArray = bColumns ? pTable->GetColArray() : pTable->GetRowArray(); in ShowOutline() [all …]
|
/aoo41x/main/rsc/source/parser/ |
H A D | rsckey.cxx | 79 pTable = NULL; 92 if( pTable ) 93 rtl_freeMemory( pTable ); 108 if( bSort && pTable){ 125 if( pTable ) 126 pTable = (KEY_STRUCT *) 130 pTable = (KEY_STRUCT *) 133 pTable[ nEntries ].nName = nName; 134 pTable[ nEntries ].nTyp = nTyp; 135 pTable[ nEntries ].yylval = nValue; [all …]
|
/aoo41x/main/autodoc/source/display/html/ |
H A D | html_kit.cxx | 166 : pTable(0), 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() 209 o_rOwner << pTable; in ParameterTable() 216 rNewRow = pTable->AddRow(); in AddEntry() 229 pTable = new Table; in FlagTable() 233 o_rOwner << pTable; in FlagTable() 235 TableRow & rRow1 = pTable->AddRow(); in FlagTable() [all …]
|
H A D | hd_chlst.cxx | 572 Table * pTable = aArea.ReleaseTable( ary::cpp::CK_class ); in PerformResult() local 573 if (pTable != 0) in PerformResult() 574 Out() << pTable; in PerformResult() 575 pTable = aArea.ReleaseTable( ary::cpp::CK_struct ); in PerformResult() 576 if (pTable != 0) in PerformResult() 577 Out() << pTable; in PerformResult() 578 pTable = aArea.ReleaseTable( ary::cpp::CK_union ); in PerformResult() 579 if (pTable != 0) in PerformResult() 580 Out() << pTable; in PerformResult()
|
/aoo41x/main/filter/source/graphicfilter/itiff/ |
H A D | lzwdecom.cxx | 33 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() 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() 179 nOutBufDataLen=pTable[nCode].nDataCount; in DecompressSome() 182 *(--pOutBufData)=pTable[nCode].nData; in DecompressSome() [all …]
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 1193 if( !pTable ) in CreateXCell() 2270 const SwTable *pTable = 0; in attachToRange() local 2286 if(pTable) in attachToRange() 2439 if(!pTable->IsTblComplex()) in getCellRangeByPosition() 2469 if(!pTable->IsTblComplex()) in getCellRangeByName() 2934 if(!pTable->IsTblComplex()) in autoFormat() 3491 if(!pTable->IsTblComplex()) in getRowCount() 3507 if(!pTable->IsTblComplex()) in getColumnCount() 3669 if(!pTable->IsTblComplex()) in getCellRangeByPosition() 4653 if(!pTable->IsTblComplex()) in insertByIndex() [all …]
|
H A D | unochart.cxx | 459 pTable ? pTable->GetTblBox( aStartCell, true ) : 0; in GetFormatAndCreateCursorFromRangeRep() 745 if(pTable->IsTblComplex()) in Impl_createDataSource() 1112 SwTable *pTable = 0; in detectArguments() local 1235 if (!pTable || pTable->IsTblComplex()) in detectArguments() 1616 if (pTable) in InvalidateTable() 1643 if (pTable) in DeleteBox() 1704 if (pTable) in DisposeAllDataSequences() 2040 if (pTable) in SwChartDataSequence() 2091 if (pTable) in SwChartDataSequence() 2216 if (!pTblFmt || !pTable || pTable->IsTblComplex()) in generateLabel() [all …]
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | WW8TableInfo.cxx | 116 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 D | WW8TableInfo.hxx | 91 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 …]
|
/aoo41x/main/i18npool/source/characterclassification/ |
H A D | cclass_unicode_parser.cxx | 430 if ( !pTable || !bIntlEqual || in setupParserTable() 447 if ( !pTable ) in initParserTable() 448 pTable = new UPT_FLAG_TYPE[nDefCnt]; in initParserTable() 478 pTable[cGroupSep] |= TOKEN_VALUE; in initParserTable() 480 pTable[cDecimalSep] |= TOKEN_CHAR_VALUE | TOKEN_VALUE; in initParserTable() 533 pTable[i] |= TOKEN_WORD; // allowed as cont character in initParserTable() 556 pTable[*p] |= TOKEN_CHAR_WORD; in initParserTable() 570 pTable[*p] |= TOKEN_WORD; in initParserTable() 582 if ( pTable ) in destroyParserTable() 583 delete [] pTable; in destroyParserTable() [all …]
|
/aoo41x/main/svx/source/unodraw/ |
H A D | XPropertyTable.cxx | 279 …SvxUnoXColorTable( XPropertyList* pTable ) throw() : SvxUnoXPropertyTable( XATTR_LINECOLOR, pTable… in SvxUnoXColorTable() argument 295 return (OWeakObject*) new SvxUnoXColorTable( pTable ); in SvxUnoXColorTable_createInstance() 342 …SvxUnoXLineEndTable( XPropertyList* pTable ) throw() : SvxUnoXPropertyTable( XATTR_LINEEND, pTable… in SvxUnoXLineEndTable() argument 358 return (OWeakObject*)new SvxUnoXLineEndTable( pTable ); in SvxUnoXLineEndTable_createInstance() 415 …SvxUnoXDashTable( XPropertyList* pTable ) throw() : SvxUnoXPropertyTable( XATTR_LINEDASH, pTable )… in SvxUnoXDashTable() argument 431 return (OWeakObject*)new SvxUnoXDashTable( pTable ); in SvxUnoXDashTable_createInstance() 497 …SvxUnoXHatchTable( XPropertyList* pTable ) throw() : SvxUnoXPropertyTable( XATTR_FILLHATCH, pTable… in SvxUnoXHatchTable() argument 513 return (OWeakObject*)new SvxUnoXHatchTable( pTable ); in SvxUnoXHatchTable_createInstance() 574 …SvxUnoXGradientTable( XPropertyList* pTable ) throw() : SvxUnoXPropertyTable( XATTR_FILLGRADIENT, … in SvxUnoXGradientTable() argument 663 …SvxUnoXBitmapTable( XPropertyList* pTable ) throw() : SvxUnoXPropertyTable( XATTR_FILLBITMAP, pTab… in SvxUnoXBitmapTable() argument [all …]
|
/aoo41x/main/cppuhelper/test/ |
H A D | testpropshlp.cxx | 61 if( ! pTable ) { in getPropertyTable1() 63 if( ! pTable ) { in getPropertyTable1() 82 return pTable; in getPropertyTable1() 90 if( ! pTable ) { in getPropertyTable2() 92 if( ! pTable ) { in getPropertyTable2() 111 return pTable; in getPropertyTable2() 118 if( ! pTable ) { in getPropertyTable3() 120 if( ! pTable ) { in getPropertyTable3() 133 return pTable; in getPropertyTable3() 156 return pTable; in getPropertyTable4() [all …]
|
/aoo41x/main/svtools/source/filter/igif/ |
H A D | decode.cxx | 56 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 D | giflzwc.cxx | 165 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 D | fltshell.cxx | 1485 if (pTable){ in BeginTable() 1511 if(!pTable){ in GetBox() 1550 if(!pTable){ in NextTableCell() 1596 if(!pTable){ in SetTableWidth() 1611 if(!pTable){ in SetTableOrient() 1620 if(!pTable){ in SetCellWidth() 1638 if(!pTable){ in SetCellHeight() 1654 if (!pTable){ in GetCellAttr() 1676 if(!pTable){ in SetCellSpace() 1710 if(!pTable) in SplitTable() [all …]
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 2071 if( pTable && !pTable->BordersSet() ) in SetBorders() 2878 if( pTable && pTable->bFirstCell ) in InsertTableSection() 2925 if( pTable && pTable->bFirstCell ) in InsertTableSection() 3099 pTable( 0 ) in _SectionSaveStruct() 3520 return pTable ? pTable->IncGrfsThatResize() : 0; in IncGrfsThatResizeTable() 3991 pSaveStruct->pTable = pTable; in BuildTableCell() 4106 pTable = pSaveStruct->pTable; in BuildTableCell() 4979 pSaveStruct->pTable = pTable; in BuildTableCaption() 4990 pTable = pSaveStruct->pTable; in BuildTableCaption() 5297 pTable = 0; in BuildTable() [all …]
|
/aoo41x/main/autodoc/source/display/idl/ |
H A D | hfi_linklist.cxx | 50 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 D | tablecontainer.cxx | 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 288 xRet = pTable; in createDescriptor() [all …]
|
/aoo41x/main/connectivity/source/drivers/dbase/ |
H A D | DTables.cxx | 81 …ODbaseTable* pTable = reinterpret_cast< ODbaseTable* >( xTunnel->getSomething(ODbaseTable::getUnoT… in appendObject() local 82 if(pTable) in appendObject() 84 …pTable->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 D | etiff.cxx | 92 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 D | documen3.cxx | 1563 if (!pTable) in GetEmbeddedRect() 1572 aRect.Left() += pTable->GetColWidth(i); in GetEmbeddedRect() 1650 ScTable* pTable = pTab[nTab]; in GetRange() local 1651 if (!pTable) in GetRange() 1673 nAdd = (long) pTable->GetColWidth(nX1); in GetRange() 1689 nAdd = (long) pTable->GetColWidth(nX2); in GetRange() 1733 long nAdd = pTable->GetColWidth(nCol); in lcl_SnapHor() 1763 long nAdd = pTable->GetRowHeight(i); in lcl_SnapVer() 1784 ScTable* pTable = pTab[nVisibleTab]; in SnapVisArea() local 1785 if (!pTable) in SnapVisArea() [all …]
|