Home
last modified time | relevance | path

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

1234567

/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/svtools/source/uno/
H A Dsvtxgridcontrol.cxx209 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 …]
/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/frmedt/
H A Dtblsel.cxx458 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 …]
/trunk/main/sc/source/ui/docshell/
H A Dolinefun.cxx114 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 …]
/trunk/main/rsc/source/parser/
H A Drsckey.cxx79 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 …]
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx1193 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 Dunochart.cxx459 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 …]
/trunk/main/autodoc/source/display/html/
H A Dhtml_kit.cxx166 : 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 …]
/trunk/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()
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 …]
/trunk/main/sw/source/filter/ww8/
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/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()
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 …]
/trunk/main/svx/source/unodraw/
H A DXPropertyTable.cxx279 …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 …]
/trunk/main/cppuhelper/test/
H A Dtestpropshlp.cxx61 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 …]
/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 …]
/trunk/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()
/trunk/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()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx2071 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 …]
/trunk/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()
/trunk/main/dbaccess/source/core/api/
H A Dtablecontainer.cxx214 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 …]
/trunk/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()
/trunk/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()
/trunk/main/sc/source/core/data/
H A Ddocumen3.cxx1563 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 …]
/trunk/main/graphite/
H A Dgraphite-2.3.1-CVE-2016-1521.patch5 if (read(pTable->index_to_loc_format) == Sfnt::FontHeader::ShortIndexLocFormat)
10 const uint16 * pTable = reinterpret_cast<const uint16 *>(pLoca);
11 return (read(pTable[nGlyphId]) << 1);
14 if (read(pTable->index_to_loc_format) == Sfnt::FontHeader::LongIndexLocFormat)
19 const uint32 * pTable = reinterpret_cast<const uint32 *>(pLoca);
20 return read(pTable[nGlyphId]);

Completed in 257 milliseconds

1234567