Home
last modified time | relevance | path

Searched refs:InsertTable (Results 1 – 25 of 147) sorted by relevance

123456

/trunk/main/sw/source/core/edit/
H A Dedtab.cxx100 const SwTable& SwEditShell::InsertTable( const SwInsertTableOptions& rInsTblOpts, in InsertTable() function in SwEditShell
118 const SwTable *pTable = GetDoc()->InsertTable( rInsTblOpts, *pPos, in InsertTable()
240 SwTable* pTbl = (SwTable*)GetDoc()->InsertTable( aInsTblOpts, *pPos, in InsertDDETable()
/trunk/main/sc/source/ui/view/
H A Dtabvwshf.cxx231 bOk = InsertTable( aName, nTabNr ); in ExecuteTable()
300 InsertTable( *pDlg->GetFirstTable(), nTabNr ); in ExecuteTable()
335 InsertTable( *pDlg->GetFirstTable(), nTabAfter); in ExecuteTable()
H A Dviewfun2.cxx2005 sal_Bool ScViewFunc::InsertTable( const String& rName, SCTAB nTab, sal_Bool bRecord ) in InsertTable() function in ScViewFunc
2009 InsertTable( nTab, rName, bRecord, sal_False ); in InsertTable()
/trunk/main/odk/examples/OLE/delphi/InsertTables/
H A DSampleCode.pas71 procedure InsertTable(sTableName : String; dbPointer : String); procedure
212 procedure TSampleCode.InsertTable(sTableName : String; dbPointer : String); procedure
H A DSampleUI.pas154 Sample.InsertTable(Edit2.Text, Edit1.Text);
/trunk/main/sw/source/ui/inc/
H A Dbasesh.hxx73 void InsertTable( SfxRequest& _rRequest );
/trunk/main/sw/source/filter/rtf/
H A Drtftbl.cxx717 pDoc->InsertTable( in ReadTable()
804 maInsertedTables.InsertTable(*pTableNode, *pPam); in ReadTable()
/trunk/main/sw/source/filter/inc/
H A Dmsfilter.hxx357 void InsertTable(SwTableNode &rTableNode, SwPaM &rPaM);
/trunk/main/sw/inc/
H A Dndarr.hxx265 SwTableNode* InsertTable( const SwNodeIndex& rNdIdx,
H A Deditsh.hxx662 const SwTable& InsertTable( const SwInsertTableOptions& rInsTblOpts, // ALL_TBL_INS_ATTR
H A Ddoc.hxx1680 const SwTable* InsertTable( const SwInsertTableOptions& rInsTblOpts, // HEADLINE_NO_BORDER
/trunk/main/sc/source/ui/inc/
H A Ddocfunc.hxx114 sal_Bool InsertTable( SCTAB nTab, const String& rName, sal_Bool bRecord, sal_Bool bApi );
H A Dviewfunc.hxx259 sal_Bool InsertTable( const String& rName, SCTAB nTabNr, sal_Bool bRecord = sal_True );
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx2410 if ( aFunc.InsertTable( (SCTAB)nPos, aNewName, sal_True, sal_True ) ) in insertNewByIndex()
2524 bDone = aFunc.InsertTable( nPosition, aNamStr, sal_True, sal_True ); in insertNewByName()
2607 bDone = aFunc.InsertTable( nPosition, aNamStr, sal_True, sal_True ); in insertByName()
2655 bDone = aFunc.InsertTable( nPosition, aNamStr, sal_True, sal_True ); in replaceByName()
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx2663 void SwBaseShell::InsertTable( SfxRequest& _rRequest ) in InsertTable() function in SwBaseShell
2771 rSh.InsertTable( aInsTblOpts, nRows, nCols, text::HoriOrientation::FULL, pTAFmt ); in InsertTable()
H A Dtextsh.cxx501 InsertTable( rReq ); in TYPEINIT1()
H A Dtabsh.cxx633 InsertTable( rReq ); in Execute()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx359 const SwTable* SwDoc::InsertTable( const SwInsertTableOptions& rInsTblOpts, in InsertTable() function in SwDoc
414 SwTableNode *pTblNd = GetNodes().InsertTable( in InsertTable()
594 SwTableNode* SwNodes::InsertTable( const SwNodeIndex& rNdIdx, in InsertTable() function in SwNodes
/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx1076 GetDocFunc().InsertTable( aSourceRange.aStart.Tab(), aName, sal_True, sal_False ); in MergeDocument()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx330 const SwTable* pTbl = rDoc.InsertTable( aInsTblOpts, aPos, nRows, nCols, in RedoImpl()
370 rContext.GetDoc().InsertTable( in RepeatImpl()
/trunk/main/sc/source/ui/undo/
H A Dundotab.cxx160 pViewShell->InsertTable( sNewName, nTab, sal_False ); in Redo()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx2521 pTable = pIo->rDoc.InsertTable( in CreateSwTable()
2839 pIo->maInsertedTables.InsertTable(*pTblNd, *pIo->pPaM); in FinishSwTable()
/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx1494 pTable = GetDoc().InsertTable( in BeginTable()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx1085 rSh.InsertTable( in DataToDoc()
/trunk/main/helpcontent2/helpers/
H A Duno-commands.csv1012 .uno:InsertTable

Completed in 204 milliseconds

123456