Home
last modified time | relevance | path

Searched refs:aTemplate (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/StatisticsDialogs/
H A DAnalysisOfVarianceDialog.cxx157 aTemplate.setTemplate(sFormula); in RowColumn()
172 aTemplate.setTemplate(aLabelTemplate); in RowColumn()
247 output.writeFormula(aTemplate.getTemplate()); in AnovaSingleFactor()
253 output.writeFormula(aTemplate.getTemplate()); in AnovaSingleFactor()
259 output.writeFormula(aTemplate.getTemplate()); in AnovaSingleFactor()
266 output.writeFormula(aTemplate.getTemplate()); in AnovaSingleFactor()
291 aTemplate.setTemplate("=SUM(%RANGE%)"); in AnovaSingleFactor()
535 aTemplate.setTemplate("=COUNT(%RANGE%)-1"); in AnovaTwoFactor()
545 FormulaTemplate aTemplate(&mDocument); in ApplyOutput() local
549 AnovaSingleFactor(output, aTemplate); in ApplyOutput()
[all …]
H A DFTestDialog.cxx46 FormulaTemplate aTemplate(&mDocument); in ApplyOutput() local
82 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
85 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
91 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
95 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
102 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
106 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
113 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
117 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
124 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
[all …]
H A DTTestDialog.cxx46 FormulaTemplate aTemplate(&mDocument); in ApplyOutput() local
89 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
92 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
98 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
101 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
108 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
111 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
118 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
149 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
157 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
[all …]
H A DZTestDialog.cxx46 FormulaTemplate aTemplate(&mDocument); in ApplyOutput() local
102 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
106 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
113 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
117 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
133 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
141 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
147 aTemplate.setTemplate("=-NORMSINV(%ALPHA%)"); in ApplyOutput()
148 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
155 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
[all …]
H A DExponentialSmoothingDialog.cxx48 FormulaTemplate aTemplate(&mDocument); in ApplyOutput() local
81 aTemplate.setTemplate(ScResId(STR_ROW_LABEL_TEMPLATE)); in ApplyOutput()
82 aTemplate.applyNumber(u"%NUMBER%", pIterator->index() + 1); in ApplyOutput()
83 output.writeBoldString(aTemplate.getTemplate()); in ApplyOutput()
89 aTemplate.setTemplate("=AVERAGE(%RANGE%)"); in ApplyOutput()
90 aTemplate.applyRange(u"%RANGE%", aCurrentRange); in ApplyOutput()
91 output.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
95 aTemplate.setTemplate("=%VAR%"); in ApplyOutput()
96 aTemplate.applyAddress(u"%VAR%", aCurrentRange.aStart); in ApplyOutput()
97 output.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
[all …]
H A DMatrixComparisonGenerator.cxx20 AddressWalkerWriter& aOutput, FormulaTemplate& aTemplate, in lclWriteCorrelationFormulas() argument
30 aTemplate.setTemplate(aTemplateString); in lclWriteCorrelationFormulas()
31 aTemplate.applyRange(u"%VAR1%", aRangeList[i]); in lclWriteCorrelationFormulas()
32 aTemplate.applyRange(u"%VAR2%", aRangeList[j]); in lclWriteCorrelationFormulas()
33 aOutput.writeFormula(aTemplate.getTemplate()); in lclWriteCorrelationFormulas()
62 FormulaTemplate aTemplate(&mDocument); in ApplyOutput() local
82 aTemplate.setTemplate(ScResId(STR_ROW_LABEL_TEMPLATE)); in ApplyOutput()
84 aTemplate.applyNumber(strWildcardNumber, i + 1); in ApplyOutput()
85 output.writeString(aTemplate.getTemplate()); in ApplyOutput()
99 aTemplate.applyNumber(strWildcardNumber, i + 1); in ApplyOutput()
[all …]
H A DChiSquareTestDialog.cxx44 FormulaTemplate aTemplate(&mDocument); in ApplyOutput() local
46 aTemplate.autoReplaceRange("%RANGE%", mInputRange); in ApplyOutput()
55 aTemplate.autoReplaceAddress("%ALPHA%", aOutput.current()); in ApplyOutput()
61 aTemplate.setTemplate("=(COLUMNS(%RANGE%) - 1) * (ROWS(%RANGE%) - 1)"); in ApplyOutput()
63 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
70 aTemplate.autoReplaceAddress("%P_VALUE%", aOutput.current()); in ApplyOutput()
71 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
77 aTemplate.setTemplate("=CHIINV(%P_VALUE%; %DEGREES_OF_FREEDOM%)"); in ApplyOutput()
78 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
84 aTemplate.setTemplate("=CHIINV(%ALPHA%; %DEGREES_OF_FREEDOM%)"); in ApplyOutput()
[all …]
H A DMovingAverageDialog.cxx49 FormulaTemplate aTemplate(&mDocument); in ApplyOutput() local
69 aTemplate.setTemplate(ScResId(STR_COLUMN_LABEL_TEMPLATE)); in ApplyOutput()
71 aTemplate.setTemplate(ScResId(STR_ROW_LABEL_TEMPLATE)); in ApplyOutput()
73 aTemplate.applyNumber(u"%NUMBER%", pIterator->index() + 1); in ApplyOutput()
74 output.writeBoldString(aTemplate.getTemplate()); in ApplyOutput()
100 aTemplate.setTemplate("=AVERAGE(%RANGE%)"); in ApplyOutput()
101 aTemplate.applyRange(u"%RANGE%", ScRange(aIntervalStart, aIntervalEnd)); in ApplyOutput()
102 aFormulas.push_back(aTemplate.getTemplate()); in ApplyOutput()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/StatisticsDialogs/
H A DAnalysisOfVarianceDialog.cxx156 aTemplate.setTemplate(sFormula); in RowColumn()
171 aTemplate.setTemplate(aLabelTemplate); in RowColumn()
172 aTemplate.applyNumber("%NUMBER%", i + 1); in RowColumn()
246 output.writeFormula(aTemplate.getTemplate()); in AnovaSingleFactor()
252 output.writeFormula(aTemplate.getTemplate()); in AnovaSingleFactor()
258 output.writeFormula(aTemplate.getTemplate()); in AnovaSingleFactor()
290 aTemplate.setTemplate("=SUM(%RANGE%)"); in AnovaSingleFactor()
534 aTemplate.setTemplate("=COUNT(%RANGE%)-1"); in AnovaTwoFactor()
544 FormulaTemplate aTemplate(mDocument); in ApplyOutput() local
548 AnovaSingleFactor(output, aTemplate); in ApplyOutput()
[all …]
H A DFTestDialog.cxx46 FormulaTemplate aTemplate(mDocument); in ApplyOutput() local
82 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
85 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
91 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
95 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
102 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
106 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
113 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
117 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
124 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
[all …]
H A DTTestDialog.cxx46 FormulaTemplate aTemplate(mDocument); in ApplyOutput() local
89 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
92 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
98 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
101 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
108 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
111 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
118 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
149 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
157 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
[all …]
H A DZTestDialog.cxx46 FormulaTemplate aTemplate(mDocument); in ApplyOutput() local
102 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
106 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
113 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
117 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
133 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
141 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
147 aTemplate.setTemplate("=-NORMSINV(%ALPHA%)"); in ApplyOutput()
148 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
155 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
[all …]
H A DExponentialSmoothingDialog.cxx48 FormulaTemplate aTemplate(mDocument); in ApplyOutput() local
81 aTemplate.setTemplate(ScResId(STR_ROW_LABEL_TEMPLATE)); in ApplyOutput()
82 aTemplate.applyNumber("%NUMBER%", pIterator->index() + 1); in ApplyOutput()
83 output.writeBoldString(aTemplate.getTemplate()); in ApplyOutput()
89 aTemplate.setTemplate("=AVERAGE(%RANGE%)"); in ApplyOutput()
90 aTemplate.applyRange("%RANGE%", aCurrentRange); in ApplyOutput()
91 output.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
95 aTemplate.setTemplate("=%VAR%"); in ApplyOutput()
96 aTemplate.applyAddress("%VAR%", aCurrentRange.aStart); in ApplyOutput()
97 output.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
[all …]
H A DMatrixComparisonGenerator.cxx20 AddressWalkerWriter& aOutput, FormulaTemplate& aTemplate, in lclWriteCorrelationFormulas() argument
30 aTemplate.setTemplate(aTemplateString); in lclWriteCorrelationFormulas()
31 aTemplate.applyRange("%VAR1%", aRangeList[i]); in lclWriteCorrelationFormulas()
32 aTemplate.applyRange("%VAR2%", aRangeList[j]); in lclWriteCorrelationFormulas()
33 aOutput.writeFormula(aTemplate.getTemplate()); in lclWriteCorrelationFormulas()
62 FormulaTemplate aTemplate(mDocument); in ApplyOutput() local
82 aTemplate.setTemplate(ScResId(STR_ROW_LABEL_TEMPLATE)); in ApplyOutput()
84 aTemplate.applyNumber(strWildcardNumber, i + 1); in ApplyOutput()
85 output.writeString(aTemplate.getTemplate()); in ApplyOutput()
99 aTemplate.applyNumber(strWildcardNumber, i + 1); in ApplyOutput()
[all …]
H A DChiSquareTestDialog.cxx44 FormulaTemplate aTemplate(mDocument); in ApplyOutput() local
46 aTemplate.autoReplaceRange("%RANGE%", mInputRange); in ApplyOutput()
55 aTemplate.autoReplaceAddress("%ALPHA%", aOutput.current()); in ApplyOutput()
61 aTemplate.setTemplate("=(COLUMNS(%RANGE%) - 1) * (ROWS(%RANGE%) - 1)"); in ApplyOutput()
63 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
70 aTemplate.autoReplaceAddress("%P_VALUE%", aOutput.current()); in ApplyOutput()
71 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
77 aTemplate.setTemplate("=CHIINV(%P_VALUE%; %DEGREES_OF_FREEDOM%)"); in ApplyOutput()
78 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
84 aTemplate.setTemplate("=CHIINV(%ALPHA%; %DEGREES_OF_FREEDOM%)"); in ApplyOutput()
[all …]
H A DDescriptiveStatisticsDialog.cxx75 FormulaTemplate aTemplate(mDocument); in ApplyOutput() local
92 aTemplate.setTemplate(ScResId(STR_COLUMN_LABEL_TEMPLATE)); in ApplyOutput()
94 aTemplate.setTemplate(ScResId(STR_ROW_LABEL_TEMPLATE)); in ApplyOutput()
96 aTemplate.applyNumber("%NUMBER%", pIterator->index() + 1); in ApplyOutput()
97 aOutput.writeBoldString(aTemplate.getTemplate()); in ApplyOutput()
121 aTemplate.setTemplate(lclCalcDefinitions[i].aFormula); in ApplyOutput()
122 aTemplate.applyRange("%RANGE%", pIterator->get(), b3DAddress); in ApplyOutput()
123 aOutput.writeFormula(aTemplate.getTemplate()); in ApplyOutput()
H A DMovingAverageDialog.cxx49 FormulaTemplate aTemplate(mDocument); in ApplyOutput() local
69 aTemplate.setTemplate(ScResId(STR_COLUMN_LABEL_TEMPLATE)); in ApplyOutput()
71 aTemplate.setTemplate(ScResId(STR_ROW_LABEL_TEMPLATE)); in ApplyOutput()
73 aTemplate.applyNumber("%NUMBER%", pIterator->index() + 1); in ApplyOutput()
74 output.writeBoldString(aTemplate.getTemplate()); in ApplyOutput()
100 aTemplate.setTemplate("=AVERAGE(%RANGE%)"); in ApplyOutput()
101 aTemplate.applyRange("%RANGE%", ScRange(aIntervalStart, aIntervalEnd)); in ApplyOutput()
102 aFormulas.push_back(aTemplate.getTemplate()); in ApplyOutput()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/dialog/
H A Dtplpitem.cxx58 css::frame::status::Template aTemplate; in QueryValue() local
60 aTemplate.Value = static_cast<sal_uInt16>(GetValue()); in QueryValue()
61 aTemplate.StyleName = aStyle; in QueryValue()
62 aTemplate.StyleNameIdentifier = aStyleIdentifier; in QueryValue()
63 rVal <<= aTemplate; in QueryValue()
71 css::frame::status::Template aTemplate; in PutValue() local
73 if ( rVal >>= aTemplate ) in PutValue()
75 SetValue( static_cast<SfxStyleSearchBits>(aTemplate.Value) ); in PutValue()
76 aStyle = aTemplate.StyleName; in PutValue()
77 aStyleIdentifier = aTemplate.StyleNameIdentifier; in PutValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/xmlsec/mscrypt/
H A Dxmlsignature_mscryptimpl.cxx90 const Reference< XXMLSignatureTemplate >& aTemplate , in generate()
98 if( !aTemplate.is() ) in generate()
111 Reference< XXMLElementWrapper > xElement = aTemplate->getTemplate() ; in generate()
125 Reference< XUriBinding > xUriBinding = aTemplate->getBinding() ; in generate()
146 return aTemplate; in generate()
171 return aTemplate ; in generate()
177 const Reference< XXMLSignatureTemplate >& aTemplate , in validate()
184 if( !aTemplate.is() ) in validate()
212 Reference< XUriBinding > xUriBinding = aTemplate->getBinding() ; in validate()
232 return aTemplate; in validate()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/xmlsec/mscrypt/
H A Dxmlsignature_mscryptimpl.cxx83 const Reference< XXMLSignatureTemplate >& aTemplate , in generate()
91 if( !aTemplate.is() ) in generate()
104 Reference< XXMLElementWrapper > xElement = aTemplate->getTemplate() ; in generate()
118 Reference< XUriBinding > xUriBinding = aTemplate->getBinding() ; in generate()
139 return aTemplate; in generate()
164 return aTemplate ; in generate()
170 const Reference< XXMLSignatureTemplate >& aTemplate , in validate()
177 if( !aTemplate.is() ) in validate()
205 Reference< XUriBinding > xUriBinding = aTemplate->getBinding() ; in validate()
225 return aTemplate; in validate()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/xmlsec/nss/
H A Dxmlsignature_nssimpl.cxx94 const Reference< XXMLSignatureTemplate >& aTemplate , in generate()
100 if( !aTemplate.is() ) in generate()
107 Reference< XXMLElementWrapper > xElement = aTemplate->getTemplate() ; in generate()
124 Reference< XUriBinding > xUriBinding = aTemplate->getBinding() ; in generate()
156 return aTemplate; in generate()
177 return aTemplate ; in generate()
183 const Reference< XXMLSignatureTemplate >& aTemplate , in validate()
189 if( !aTemplate.is() ) in validate()
211 Reference< XUriBinding > xUriBinding = aTemplate->getBinding() ; in validate()
246 return aTemplate; in validate()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/xmlsec/nss/
H A Dxmlsignature_nssimpl.cxx86 const Reference< XXMLSignatureTemplate >& aTemplate , in generate()
92 if( !aTemplate.is() ) in generate()
99 Reference< XXMLElementWrapper > xElement = aTemplate->getTemplate() ; in generate()
116 Reference< XUriBinding > xUriBinding = aTemplate->getBinding() ; in generate()
148 return aTemplate; in generate()
169 return aTemplate ; in generate()
175 const Reference< XXMLSignatureTemplate >& aTemplate , in validate()
181 if( !aTemplate.is() ) in validate()
203 Reference< XUriBinding > xUriBinding = aTemplate->getBinding() ; in validate()
238 return aTemplate; in validate()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/dialog/
H A Dtplpitem.cxx57 css::frame::status::Template aTemplate; in QueryValue() local
59 aTemplate.Value = static_cast<sal_uInt16>(GetValue()); in QueryValue()
60 aTemplate.StyleName = aStyle; in QueryValue()
61 rVal <<= aTemplate; in QueryValue()
69 css::frame::status::Template aTemplate; in PutValue() local
71 if ( rVal >>= aTemplate ) in PutValue()
73 SetValue( static_cast<SfxStyleSearchBits>(aTemplate.Value) ); in PutValue()
74 aStyle = aTemplate.StyleName; in PutValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/gpg/
H A Dxmlsignature_gpgimpl.cxx60 const Reference< XXMLSignatureTemplate >& aTemplate , in generate()
67 if( !aTemplate.is() ) in generate()
108 return aTemplate; in generate()
149 return aTemplate; // TODO - harder error? in generate()
258 return aTemplate ; in generate()
264 const Reference< XXMLSignatureTemplate >& aTemplate , in validate()
270 if( !aTemplate.is() ) in validate()
318 return aTemplate; in validate()
407 return aTemplate; in validate()
438 return aTemplate; in validate()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/gpg/
H A Dxmlsignature_gpgimpl.cxx60 const Reference< XXMLSignatureTemplate >& aTemplate , in generate()
67 if( !aTemplate.is() ) in generate()
108 return aTemplate; in generate()
149 return aTemplate; // TODO - harder error? in generate()
258 return aTemplate ; in generate()
264 const Reference< XXMLSignatureTemplate >& aTemplate , in validate()
270 if( !aTemplate.is() ) in validate()
318 return aTemplate; in validate()
407 return aTemplate; in validate()
438 return aTemplate; in validate()
[all …]

1234567