/aoo42x/main/sw/source/core/edit/ |
H A D | edtab.cxx | 100 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()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | tabvwshf.cxx | 231 bOk = InsertTable( aName, nTabNr ); in ExecuteTable() 300 InsertTable( *pDlg->GetFirstTable(), nTabNr ); in ExecuteTable() 335 InsertTable( *pDlg->GetFirstTable(), nTabAfter); in ExecuteTable()
|
H A D | viewfun2.cxx | 2005 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()
|
/aoo42x/main/odk/examples/OLE/delphi/InsertTables/ |
H A D | SampleCode.pas | 71 procedure InsertTable(sTableName : String; dbPointer : String); procedure 212 procedure TSampleCode.InsertTable(sTableName : String; dbPointer : String); procedure
|
H A D | SampleUI.pas | 154 Sample.InsertTable(Edit2.Text, Edit1.Text);
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | basesh.hxx | 73 void InsertTable( SfxRequest& _rRequest );
|
/aoo42x/main/sw/source/filter/rtf/ |
H A D | rtftbl.cxx | 717 pDoc->InsertTable( in ReadTable() 804 maInsertedTables.InsertTable(*pTableNode, *pPam); in ReadTable()
|
/aoo42x/main/sw/source/filter/inc/ |
H A D | msfilter.hxx | 357 void InsertTable(SwTableNode &rTableNode, SwPaM &rPaM);
|
/aoo42x/main/sw/inc/ |
H A D | ndarr.hxx | 265 SwTableNode* InsertTable( const SwNodeIndex& rNdIdx,
|
H A D | editsh.hxx | 662 const SwTable& InsertTable( const SwInsertTableOptions& rInsTblOpts, // ALL_TBL_INS_ATTR
|
H A D | doc.hxx | 1680 const SwTable* InsertTable( const SwInsertTableOptions& rInsTblOpts, // HEADLINE_NO_BORDER
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | docfunc.hxx | 114 sal_Bool InsertTable( SCTAB nTab, const String& rName, sal_Bool bRecord, sal_Bool bApi );
|
H A D | viewfunc.hxx | 259 sal_Bool InsertTable( const String& rName, SCTAB nTabNr, sal_Bool bRecord = sal_True );
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 2410 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()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | basesh.cxx | 2663 void SwBaseShell::InsertTable( SfxRequest& _rRequest ) in InsertTable() function in SwBaseShell 2771 rSh.InsertTable( aInsTblOpts, nRows, nCols, text::HoriOrientation::FULL, pTAFmt ); in InsertTable()
|
H A D | textsh.cxx | 501 InsertTable( rReq ); in TYPEINIT1()
|
H A D | tabsh.cxx | 633 InsertTable( rReq ); in Execute()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 359 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
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docsh3.cxx | 1076 GetDocFunc().InsertTable( aSourceRange.aStart.Tab(), aName, sal_True, sal_False ); in MergeDocument()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | untbl.cxx | 330 const SwTable* pTbl = rDoc.InsertTable( aInsTblOpts, aPos, nRows, nCols, in RedoImpl() 370 rContext.GetDoc().InsertTable( in RepeatImpl()
|
/aoo42x/main/sc/source/ui/undo/ |
H A D | undotab.cxx | 160 pViewShell->InsertTable( sNewName, nTab, sal_False ); in Redo()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par2.cxx | 2521 pTable = pIo->rDoc.InsertTable( in CreateSwTable() 2839 pIo->maInsertedTables.InsertTable(*pTblNd, *pIo->pPaM); in FinishSwTable()
|
/aoo42x/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 1494 pTable = GetDoc().InsertTable( in BeginTable()
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | dbinsdlg.cxx | 1085 rSh.InsertTable( in DataToDoc()
|
/aoo42x/main/helpcontent2/helpers/ |
H A D | uno-commands.csv | 1012 .uno:InsertTable
|