Home
last modified time | relevance | path

Searched refs:GetTables (Results 1 – 25 of 612) sorted by relevance

12345678910>>...25

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A Dxmlcoli.cxx86 SCTAB nSheet = rXMLImport.GetTables().GetCurrentSheet(); in endFastElement()
87 sal_Int32 nCurrentColumn = rXMLImport.GetTables().GetCurrentColCount(); in endFastElement()
88 uno::Reference<sheet::XSpreadsheet> xSheet(rXMLImport.GetTables().GetCurrentXSheet()); in endFastElement()
136 GetScImport().GetTables().AddColStyle(nColCount, sCellStyleName); in endFastElement()
153 nHeaderStartCol = rImport.GetTables().GetCurrentColCount(); in ScXMLTableColsContext()
156 nGroupStartCol = rImport.GetTables().GetCurrentColCount(); in ScXMLTableColsContext()
204 nHeaderEndCol = rXMLImport.GetTables().GetCurrentColCount(); in endFastElement()
208 …uno::Reference <sheet::XPrintAreas> xPrintAreas (rXMLImport.GetTables().GetCurrentXSheet(), uno::U… in endFastElement()
230 SCTAB nSheet = rXMLImport.GetTables().GetCurrentSheet(); in endFastElement()
231 nGroupEndCol = rXMLImport.GetTables().GetCurrentColCount(); in endFastElement()
H A Dxmlrowi.cxx93 GetScImport().GetTables().AddRow(); in ScXMLTableRowContext()
94 GetScImport().GetTables().SetRowStyle(sCellStyleName); in ScXMLTableRowContext()
143 GetScImport().GetTables().AddRow(); in endFastElement()
146 SCTAB nSheet = rXMLImport.GetTables().GetCurrentSheet(); in endFastElement()
147 sal_Int32 nCurrentRow(rXMLImport.GetTables().GetCurrentRow()); in endFastElement()
148 uno::Reference<sheet::XSpreadsheet> xSheet(rXMLImport.GetTables().GetCurrentXSheet()); in endFastElement()
237 ScAddress aAddr = rImport.GetTables().GetCurrentCellPos(); in ScXMLTableRowsContext()
243 nGroupStartRow = rImport.GetTables().GetCurrentRow(); in ScXMLTableRowsContext()
293 SCROW nHeaderEndRow = rXMLImport.GetTables().GetCurrentRow(); in endFastElement()
318 SCROW nGroupEndRow = rXMLImport.GetTables().GetCurrentRow(); in endFastElement()
[all …]
H A DXMLTableSourceContext.cxx85 …uno::Reference <sheet::XSheetLinkable> xLinkable (GetScImport().GetTables().GetCurrentXSheet(), un… in endFastElement()
91 if (!pDoc->RenameTab( GetScImport().GetTables().GetCurrentSheet(), in endFastElement()
92 GetScImport().GetTables().GetCurrentSheetName(), true/*bExternalDocument*/)) in endFastElement()
105 pDoc->SetLink( GetScImport().GetTables().GetCurrentSheet(), in endFastElement()
H A Dxmltabi.cxx204 GetScImport().GetTables().NewSheet(sName, sStyleName, aProtectData); in ScXMLTableContext()
249 SCTAB nTab = GetScImport().GetTables().GetCurrentSheet(); in createFastChildContext()
306 …uno::Reference<document::XEventsSupplier> xSupplier( GetScImport().GetTables().GetCurrentXSheet(),… in createFastChildContext()
312 … GetScImport().GetFormImport()->startPage(GetScImport().GetTables().GetCurrentXDrawPage()); in createFastChildContext()
333 ScMyTables& rTables = rImport.GetTables(); in endFastElement()
453 ScXMLTabProtectionData& rProtectData = GetScImport().GetTables().GetCurrentProtectionData(); in ScXMLTableProtectionContext()
H A Dxmlcelli.cxx147 rXMLImport.GetTables().AddColumn(bTempIsCovered); in ScXMLTableRowCellContext()
378 ScAddress aCellPos = rXMLImport.GetTables().GetCurrentCellPos(); in PushFormat()
584 SCTAB nTab = GetScImport().GetTables().GetCurrentCellPos().Tab(); in PushParagraphFieldSheetName()
688 ScAddress aCellPos = rXMLImport.GetTables().GetCurrentCellPos(); in createFastChildContext()
816 pSheetData->BlockSheet( GetScImport().GetTables().GetCurrentSheet() ); in SetContentValidation()
834 uno::Reference< drawing::XShapes > xShapes = rXMLImport.GetTables().GetCurrentXShapes(); in SetAnnotation()
1028 if( pDoc && rXMLImport.GetTables().IsPartOfMatrix(rCurrentPos) ) in PutTextCell()
1122 if( rXMLImport.GetTables().IsPartOfMatrix(rCurrentPos) ) in PutValueCell()
1164 ScMyTables& rTables = rXMLImport.GetTables(); in AddTextAndValueCell()
1395 rXMLImport.GetTables().AddMatrixRange( in AddFormulaCell()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A Dxmlrowi.cxx90 GetScImport().GetTables().AddRow(); in ScXMLTableRowContext()
91 GetScImport().GetTables().SetRowStyle(sCellStyleName); in ScXMLTableRowContext()
143 GetScImport().GetTables().AddRow(); in endFastElement()
146 SCTAB nSheet = rXMLImport.GetTables().GetCurrentSheet(); in endFastElement()
147 sal_Int32 nCurrentRow(rXMLImport.GetTables().GetCurrentRow()); in endFastElement()
148 uno::Reference<sheet::XSpreadsheet> xSheet(rXMLImport.GetTables().GetCurrentXSheet()); in endFastElement()
237 ScAddress aAddr = rImport.GetTables().GetCurrentCellPos(); in ScXMLTableRowsContext()
243 nGroupStartRow = rImport.GetTables().GetCurrentRow(); in ScXMLTableRowsContext()
296 SCROW nHeaderEndRow = rXMLImport.GetTables().GetCurrentRow(); in endFastElement()
321 SCROW nGroupEndRow = rXMLImport.GetTables().GetCurrentRow(); in endFastElement()
[all …]
H A Dxmlcoli.cxx92 SCTAB nSheet = rXMLImport.GetTables().GetCurrentSheet(); in endFastElement()
93 sal_Int32 nCurrentColumn = rXMLImport.GetTables().GetCurrentColCount(); in endFastElement()
94 uno::Reference<sheet::XSpreadsheet> xSheet(rXMLImport.GetTables().GetCurrentXSheet()); in endFastElement()
141 GetScImport().GetTables().AddColStyle(nColCount, sCellStyleName); in endFastElement()
158 nHeaderStartCol = rImport.GetTables().GetCurrentColCount(); in ScXMLTableColsContext()
161 nGroupStartCol = rImport.GetTables().GetCurrentColCount(); in ScXMLTableColsContext()
212 nHeaderEndCol = rXMLImport.GetTables().GetCurrentColCount(); in endFastElement()
216 …uno::Reference <sheet::XPrintAreas> xPrintAreas (rXMLImport.GetTables().GetCurrentXSheet(), uno::U… in endFastElement()
238 SCTAB nSheet = rXMLImport.GetTables().GetCurrentSheet(); in endFastElement()
239 nGroupEndCol = rXMLImport.GetTables().GetCurrentColCount(); in endFastElement()
H A DXMLTableSourceContext.cxx89 …uno::Reference <sheet::XSheetLinkable> xLinkable (GetScImport().GetTables().GetCurrentXSheet(), un… in endFastElement()
94 if (pDoc->RenameTab( GetScImport().GetTables().GetCurrentSheet(), in endFastElement()
95 GetScImport().GetTables().GetCurrentSheetName(), true/*bExternalDocument*/)) in endFastElement()
107 pDoc->SetLink( GetScImport().GetTables().GetCurrentSheet(), in endFastElement()
H A Dxmltabi.cxx204 GetScImport().GetTables().NewSheet(sName, sStyleName, aProtectData); in ScXMLTableContext()
229 … GetScImport().GetFormImport()->startPage(GetScImport().GetTables().GetCurrentXDrawPage()); in CreateChildContext()
238 …uno::Reference<document::XEventsSupplier> xSupplier( GetScImport().GetTables().GetCurrentXSheet(),… in CreateChildContext()
289 SCTAB nTab = GetScImport().GetTables().GetCurrentSheet(); in createFastChildContext()
360 ScMyTables& rTables = rImport.GetTables(); in endFastElement()
476 ScXMLTabProtectionData& rProtectData = GetScImport().GetTables().GetCurrentProtectionData(); in ScXMLTableProtectionContext()
H A Dxmlcelli.cxx145 rXMLImport.GetTables().AddColumn(bTempIsCovered); in ScXMLTableRowCellContext()
376 ScAddress aCellPos = rXMLImport.GetTables().GetCurrentCellPos(); in PushFormat()
582 SCTAB nTab = GetScImport().GetTables().GetCurrentCellPos().Tab(); in PushParagraphFieldSheetName()
660 ScAddress aCellPos = rXMLImport.GetTables().GetCurrentCellPos(); in CreateChildContext()
838 pSheetData->BlockSheet( GetScImport().GetTables().GetCurrentSheet() ); in SetContentValidation()
858 uno::Reference< drawing::XShapes > xShapes = rXMLImport.GetTables().GetCurrentXShapes(); in SetAnnotation()
1043 if( pDoc && rXMLImport.GetTables().IsPartOfMatrix(rCurrentPos) ) in PutTextCell()
1137 if( rXMLImport.GetTables().IsPartOfMatrix(rCurrentPos) ) in PutValueCell()
1179 ScMyTables& rTables = rXMLImport.GetTables(); in AddTextAndValueCell()
1411 rXMLImport.GetTables().AddMatrixRange( in AddFormulaCell()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sqldbrest/
H A Dfrmsqldbrestselecttables.pp22 function GetTables: Tstrings;
27 Property Tables : Tstrings Read GetTables Write SetTables;
44 function TSQLDBRestSelectTablesForm.GetTables: Tstrings;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sqldbrest/
H A Dfrmsqldbrestselecttables.pp22 function GetTables: Tstrings;
27 Property Tables : Tstrings Read GetTables Write SetTables;
44 function TSQLDBRestSelectTablesForm.GetTables: Tstrings;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.DynamicData/Test/Common/
H A DTestDataContainer.cs43 public override List<DynamicDataTable> GetTables () in GetTables() method in MonoTests.Common.TestDataContainer
46 return data.GetTables (); in GetTables()
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/glue/
H A Dapi_op_GetTables.go16 func (c *Client) GetTables(ctx context.Context, params *GetTablesInput, optFns ...func(*Options)) (…
131 GetTables(context.Context, *GetTablesInput, ...func(*Options)) (*GetTablesOutput, error)
198 result, err := p.client.GetTables(ctx, &params, optFns...)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/glue/
H A Dapi_op_GetTables.go16 func (c *Client) GetTables(ctx context.Context, params *GetTablesInput, optFns ...func(*Options)) (… func
131 GetTables(context.Context, *GetTablesInput, ...func(*Options)) (*GetTablesOutput, error) methodSpec
198 result, err := p.client.GetTables(ctx, &params, optFns...)
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/glue/
H A Dapi_op_GetTables.go16 func (c *Client) GetTables(ctx context.Context, params *GetTablesInput, optFns ...func(*Options)) (… func
131 GetTables(context.Context, *GetTablesInput, ...func(*Options)) (*GetTablesOutput, error) methodSpec
198 result, err := p.client.GetTables(ctx, &params, optFns...)
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/glue/
H A Dapi_op_GetTables.go16 func (c *Client) GetTables(ctx context.Context, params *GetTablesInput, optFns ...func(*Options)) (… func
131 GetTables(context.Context, *GetTablesInput, ...func(*Options)) (*GetTablesOutput, error) methodSpec
198 result, err := p.client.GetTables(ctx, &params, optFns...)
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/glue/
H A Dapi_op_GetTables.go16 func (c *Client) GetTables(ctx context.Context, params *GetTablesInput, optFns ...func(*Options)) (… func
131 GetTables(context.Context, *GetTablesInput, ...func(*Options)) (*GetTablesOutput, error) methodSpec
198 result, err := p.client.GetTables(ctx, &params, optFns...)
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/glue/
H A Dapi_op_GetTables.go16 func (c *Client) GetTables(ctx context.Context, params *GetTablesInput, optFns ...func(*Options)) (… func
131 GetTables(context.Context, *GetTablesInput, ...func(*Options)) (*GetTablesOutput, error) methodSpec
198 result, err := p.client.GetTables(ctx, &params, optFns...)
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/glue/
H A Dapi_op_GetTables.go16 func (c *Client) GetTables(ctx context.Context, params *GetTablesInput, optFns ...func(*Options)) (… func
131 GetTables(context.Context, *GetTablesInput, ...func(*Options)) (*GetTablesOutput, error) methodSpec
198 result, err := p.client.GetTables(ctx, &params, optFns...)
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/glue/
H A Dapi_op_GetTables.go16 func (c *Client) GetTables(ctx context.Context, params *GetTablesInput, optFns ...func(*Options)) (… func
135 GetTables(context.Context, *GetTablesInput, ...func(*Options)) (*GetTablesOutput, error) methodSpec
202 result, err := p.client.GetTables(ctx, &params, optFns...)
/dports/irc/anope/anope-2.0.9/modules/extra/stats/irc2sql/
H A Dutils.cpp17 void IRC2SQL::GetTables() in GetTables() function in IRC2SQL
25 SQL::Result r = this->sql->RunQuery(this->sql->GetTables(prefix)); in GetTables()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Data/Linq/Mapping/
H A DAttributedMetaModel.cs165 return GetTables().FirstOrDefault(t => t.RowType.Type == tableType) in GetTable()
181 public override IEnumerable<MetaTable> GetTables() in GetTables() method in DbLinq.Data.Linq.Mapping.AttributedMetaModel
/dports/devel/rth/rth/jpgraph-1.8/src/utils/jpdocgen/
H A Djpdb.php160 function GetTables() { function in DBServer
181 $tblnames = $this->GetTables();
/dports/chinese/librime/librime-1.7.3/src/rime/dict/
H A Ddict_settings.h29 an<ConfigList> GetTables();

12345678910>>...25