Home
last modified time | relevance | path

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

1234567

/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ywrapper.mm330 …AquaA11yTableWrapper* pTable = [self isKindOfClass: [AquaA11yTableWrapper class]] ? (AquaA11yTable…
331 return [ AquaA11yTableWrapper childrenAttributeForElement: pTable ];
/trunk/main/sc/source/ui/miscdlgs/
H A Dacredlin.cxx1493 IMPL_LINK( ScAcceptChgDlg, ExpandingHandle, SvxRedlinTable*, pTable ) in IMPL_LINK() argument
1498 if(pTable!=NULL && pChanges!=NULL) in IMPL_LINK()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx2162 ScOutlineTable* pTable = pDoc->GetOutlineTable( nCurTab ); in SetWidthOrHeight() local
2163 if (pTable) in SetWidthOrHeight()
2164 pUndoTab = new ScOutlineTable( *pTable ); in SetWidthOrHeight()
/trunk/main/mysqlc/source/
H A Dmysqlc_databasemetadata.cxx2157 pTable(OUStringToOString(primaryTable, m_rConnection.getConnectionEncoding()).getStr()), in getCrossReference() local
2163 …std::auto_ptr< sql::ResultSet> rset( meta->getCrossReference(primaryCat, pSchema, pTable, foreignC… in getCrossReference()
/trunk/main/sw/source/filter/html/
H A Dhtmldraw.cxx506 if( pTable ) in NewMarquee()
H A Dhtmlform.cxx1927 if( pTable != 0 ) in InsertInput()
/trunk/main/svx/inc/svx/
H A DAccessibleTableShape.hxx178 AccessibleTableHeaderShape( AccessibleTableShape* pTable, sal_Bool bRow );
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx2654 … ScExternalRefCache::TableTypeRef pTable = pRefMgr->getCacheTable(nFileId, rTabName, false, NULL); in FillCacheFromExternalRef() local
2692 if (pTable) in FillCacheFromExternalRef()
2697 pTable->getCell(nCol, nRow, &nFmt); in FillCacheFromExternalRef()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx2093 const SwTable * pTable = pTextNodeInfoInner->getTable(); in OutputTextNode() local
2095 const SwTableFmt * pTabFmt = pTable->GetTableFmt(); in OutputTextNode()
H A Dww8par6.cxx2401 SwTableNode *pTable = aIdx.GetNode().GetTableNode(); in MoveOutsideFly() local
2412 SwTable& rTable = pTable->GetTable(); in MoveOutsideFly()
/trunk/main/sc/inc/
H A Dlinkuno.hxx502 explicit ScExternalSheetCacheObj(ScExternalRefCache::TableTypeRef pTable, size_t nIndex);
/trunk/main/sw/source/core/access/
H A Daccmap.cxx1349 SwTableNode * pTable= (SwTableNode *)&(nStartIndex.GetNode()); in InvalidateShapeInParaSelection() local
1350 SwFrmFmt* pFmt = const_cast<SwFrmFmt*>(pTable->GetTable().GetFrmFmt()); in InvalidateShapeInParaSelection()
/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx3211 SwTable const*const pTable( in createEnumeration() local
3215 pParentText, pNewCrsr, eSetType, pStartNode, pTable); in createEnumeration()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx3170 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in SetWidthOrHeight() local
3171 if (pTable) in SetWidthOrHeight()
3172 pUndoTab = new ScOutlineTable( *pTable ); in SetWidthOrHeight()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx833 SwTable const*const pTable = rContext.GetDoc().TextToTable( in RedoImpl() local
835 ((SwFrmFmt*)pTable->GetFrmFmt())->SetName( sTblNm ); in RedoImpl()
/trunk/main/sw/inc/
H A Ddoc.hxx1000 virtual void CreateChartInternalDataProviders( const SwTable *pTable );

Completed in 245 milliseconds

1234567