Home
last modified time | relevance | path

Searched refs:aFormats (Results 1 – 25 of 74) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/config/
H A Duinums.cxx114 aFormats[ n ].reset(new SwNumFormatGlobal( *pFormat )); in SwNumRulesWithName()
116 aFormats[ n ].reset(); in SwNumRulesWithName()
136 SwNumFormatGlobal* pFormat = rCopy.aFormats[ n ].get(); in operator =()
140 aFormats[ n ].reset(); in operator =()
153 SwNumFormatGlobal* pFormat = aFormats[ n ].get(); in ResetNumRule()
163 rpNumFormat = (aFormats[nIndex]) ? &aFormats[nIndex]->aFormat : nullptr; in GetNumFormat()
164 rpName = (aFormats[nIndex]) ? &aFormats[nIndex]->sCharFormatName : nullptr; in GetNumFormat()
170 aFormats[nIndex].reset( new SwNumFormatGlobal(rNumFormat) ); in SetNumFormat()
171 aFormats[nIndex]->sCharFormatName = rName; in SetNumFormat()
172 aFormats[nIndex]->nCharPoolId = USHRT_MAX; in SetNumFormat()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/config/
H A Duinums.cxx118 aFormats[ n ].reset(new SwNumFormatGlobal( *pFormat )); in SwNumRulesWithName()
120 aFormats[ n ].reset(); in SwNumRulesWithName()
140 SwNumFormatGlobal* pFormat = rCopy.aFormats[ n ].get(); in operator =()
144 aFormats[ n ].reset(); in operator =()
157 SwNumFormatGlobal* pFormat = aFormats[ n ].get(); in MakeNumRule()
168 rpNumFormat = (aFormats[nIndex]) ? &aFormats[nIndex]->aFormat : nullptr; in GetNumFormat()
169 rpName = (aFormats[nIndex]) ? &aFormats[nIndex]->sCharFormatName : nullptr; in GetNumFormat()
175 aFormats[nIndex].reset( new SwNumFormatGlobal(rNumFormat) ); in SetNumFormat()
176 aFormats[nIndex]->sCharFormatName = rName; in SetNumFormat()
177 aFormats[nIndex]->nCharPoolId = USHRT_MAX; in SetNumFormat()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/svdde/
H A Dddesvr.cxx492 return std::any_of(aFormats.begin(), aFormats.end(), in HasCbFormat()
504 if (std::any_of(aFormats.begin(), aFormats.end(), in AddFormat()
507 aFormats.push_back( nExternalFmt ); in AddFormat()
513 auto it = std::find_if(aFormats.begin(), aFormats.end(), in RemoveFormat()
515 if (it != aFormats.end()) in RemoveFormat()
516 aFormats.erase( it ); in RemoveFormat()
819 for (size_t i = 0; i < aFormats.size(); ++i, ++n) in Formats()
821 long f = aFormats[ i ]; in Formats()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/gl/
H A DGLScreenBuffer.cpp758 CreateRenderbuffersForOffscreen(GLContext* aGL, const GLFormats& aFormats, in CreateRenderbuffersForOffscreen() argument
763 GLsizei samples = aMultisample ? aFormats.samples : 0; in CreateRenderbuffersForOffscreen()
765 MOZ_ASSERT(aFormats.samples > 0); in CreateRenderbuffersForOffscreen()
766 MOZ_ASSERT(aFormats.color_rbFormat); in CreateRenderbuffersForOffscreen()
768 GLenum colorFormat = aFormats.color_rbFormat; in CreateRenderbuffersForOffscreen()
779 aFormats.depthStencil) in CreateRenderbuffersForOffscreen()
781 *aDepthRB = CreateRenderbuffer(aGL, aFormats.depthStencil, samples, aSize); in CreateRenderbuffersForOffscreen()
785 MOZ_ASSERT(aFormats.depth); in CreateRenderbuffersForOffscreen()
787 *aDepthRB = CreateRenderbuffer(aGL, aFormats.depth, samples, aSize); in CreateRenderbuffersForOffscreen()
791 MOZ_ASSERT(aFormats.stencil); in CreateRenderbuffersForOffscreen()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/gl/
H A DGLScreenBuffer.cpp672 GLContext* aGL, const GLFormats& aFormats, const gfx::IntSize& aSize, in CreateRenderbuffersForOffscreen() argument
675 GLsizei samples = aMultisample ? aFormats.samples : 0; in CreateRenderbuffersForOffscreen()
677 MOZ_ASSERT(aFormats.samples > 0); in CreateRenderbuffersForOffscreen()
678 MOZ_ASSERT(aFormats.color_rbFormat); in CreateRenderbuffersForOffscreen()
680 GLenum colorFormat = aFormats.color_rbFormat; in CreateRenderbuffersForOffscreen()
689 if (aDepthRB && aStencilRB && aFormats.depthStencil) { in CreateRenderbuffersForOffscreen()
690 *aDepthRB = CreateRenderbuffer(aGL, aFormats.depthStencil, samples, aSize); in CreateRenderbuffersForOffscreen()
694 MOZ_ASSERT(aFormats.depth); in CreateRenderbuffersForOffscreen()
696 *aDepthRB = CreateRenderbuffer(aGL, aFormats.depth, samples, aSize); in CreateRenderbuffersForOffscreen()
700 MOZ_ASSERT(aFormats.stencil); in CreateRenderbuffersForOffscreen()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/svdde/
H A Dddesvr.cxx494 return std::find(aFormats.begin(), aFormats.end(), nFmt) != aFormats.end(); in HasCbFormat()
507 aFormats.push_back( nExternalFmt ); in AddFormat()
513 auto it = std::find(aFormats.begin(), aFormats.end(), nExternalFmt); in RemoveFormat()
514 if (it != aFormats.end()) in RemoveFormat()
515 aFormats.erase( it ); in RemoveFormat()
818 for (size_t i = 0; i < aFormats.size(); ++i, ++n) in Formats()
820 sal_uInt32 f = aFormats[ i ]; in Formats()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/gl/
H A DGLScreenBuffer.cpp464 const GLFormats& aFormats, in CreateRenderbuffersForOffscreen() argument
478 if (aDepthRB && aStencilRB && aFormats.depthStencil) { in CreateRenderbuffersForOffscreen()
479 *aDepthRB = fnCreateRenderbuffer(aFormats.depthStencil); in CreateRenderbuffersForOffscreen()
483 MOZ_ASSERT(aFormats.depth); in CreateRenderbuffersForOffscreen()
485 *aDepthRB = fnCreateRenderbuffer(aFormats.depth); in CreateRenderbuffersForOffscreen()
489 MOZ_ASSERT(aFormats.stencil); in CreateRenderbuffersForOffscreen()
491 *aStencilRB = fnCreateRenderbuffer(aFormats.stencil); in CreateRenderbuffersForOffscreen()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/platforms/ffmpeg/
H A DFFmpegVideoDecoder.cpp62 const AVPixelFormat* aFormats) { in ChoosePixelFormat() argument
64 for (; *aFormats > -1; aFormats++) { in ChoosePixelFormat()
65 switch (*aFormats) { in ChoosePixelFormat()
109 const AVPixelFormat* aFormats) { in ChooseVAAPIPixelFormat() argument
111 for (; *aFormats > -1; aFormats++) { in ChooseVAAPIPixelFormat()
112 switch (*aFormats) { in ChooseVAAPIPixelFormat()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/platforms/ffmpeg/
H A DFFmpegVideoDecoder.cpp67 const AVPixelFormat* aFormats) { in ChoosePixelFormat() argument
69 for (; *aFormats > -1; aFormats++) { in ChoosePixelFormat()
70 switch (*aFormats) { in ChoosePixelFormat()
114 const AVPixelFormat* aFormats) { in ChooseVAAPIPixelFormat() argument
116 for (; *aFormats > -1; aFormats++) { in ChooseVAAPIPixelFormat()
117 switch (*aFormats) { in ChooseVAAPIPixelFormat()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/platforms/ffmpeg/
H A DFFmpegVideoDecoder.cpp67 const AVPixelFormat* aFormats) { in ChoosePixelFormat() argument
69 for (; *aFormats > -1; aFormats++) { in ChoosePixelFormat()
70 switch (*aFormats) { in ChoosePixelFormat()
114 const AVPixelFormat* aFormats) { in ChooseVAAPIPixelFormat() argument
116 for (; *aFormats > -1; aFormats++) { in ChooseVAAPIPixelFormat()
117 switch (*aFormats) { in ChooseVAAPIPixelFormat()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/platforms/ffmpeg/
H A DFFmpegVideoDecoder.cpp45 const AVPixelFormat* aFormats) { in ChoosePixelFormat() argument
47 for (; *aFormats > -1; aFormats++) { in ChoosePixelFormat()
48 switch (*aFormats) { in ChoosePixelFormat()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/platforms/ffmpeg/
H A DFFmpegVideoDecoder.cpp42 ChoosePixelFormat(AVCodecContext* aCodecContext, const AVPixelFormat* aFormats) in ChoosePixelFormat() argument
45 for (; *aFormats > -1; aFormats++) { in ChoosePixelFormat()
46 switch (*aFormats) { in ChoosePixelFormat()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/doctor/
H A DDecoderDoctorDiagnostics.cpp304 bool aIsSolved, const nsAString& aFormats, const nsAString& aDecodeIssue, in DispatchNotification() argument
314 if (!aFormats.IsEmpty()) { in DispatchNotification()
315 data.mFormats.Construct(aFormats); in DispatchNotification()
410 bool aIsSolved, const nsAString& aFormats = NS_LITERAL_STRING(""), in ReportAnalysis() argument
437 params.AppendElement(aFormats.Data()); in ReportAnalysis()
459 aFormats, decodeIssueDescription, aDocURL, in ReportAnalysis()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/doctor/
H A DDecoderDoctorDiagnostics.cpp310 bool aIsSolved, const nsAString& aFormats, const nsAString& aDecodeIssue, in DispatchNotification() argument
320 if (!aFormats.IsEmpty()) { in DispatchNotification()
321 data.mFormats.Construct(aFormats); in DispatchNotification()
416 const nsAString& aFormats = NS_LITERAL_STRING(""), in ReportAnalysis() argument
442 params.AppendElement(aFormats); in ReportAnalysis()
464 aFormats, decodeIssueDescription, aDocURL, in ReportAnalysis()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Charts/
H A DChartInCalc.java365 XNumberFormats aFormats = aNumFmtSupp.getNumberFormats(); in testAxis() local
368 …String aFormatStr = aFormats.generateFormat( nNewNumberFormat, aLocale, true, true, (short)3, (sho… in testAxis()
369 nNewNumberFormat = aFormats.addNew( aFormatStr, aLocale ); in testAxis()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Charts/
H A DChartInCalc.java365 XNumberFormats aFormats = aNumFmtSupp.getNumberFormats(); in testAxis() local
368 …String aFormatStr = aFormats.generateFormat( nNewNumberFormat, aLocale, true, true, (short)3, (sho… in testAxis()
369 nNewNumberFormat = aFormats.addNew( aFormatStr, aLocale ); in testAxis()
/dports/www/firefox/firefox-99.0/dom/media/platforms/ffmpeg/
H A DFFmpegVideoDecoder.cpp84 const AVPixelFormat* aFormats) { in ChoosePixelFormat() argument
86 for (; *aFormats > -1; aFormats++) { in ChoosePixelFormat()
87 switch (*aFormats) { in ChoosePixelFormat()
131 const AVPixelFormat* aFormats) { in ChooseVAAPIPixelFormat() argument
133 for (; *aFormats > -1; aFormats++) { in ChooseVAAPIPixelFormat()
134 switch (*aFormats) { in ChooseVAAPIPixelFormat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qa/cppunit/
H A DGraphicTest.cxx121 const OUString aFormats[] = { "png", "gif", "jpg" }; in testUnloadedGraphicLoading() local
123 for (OUString const& sFormat : aFormats) in testUnloadedGraphicLoading()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/doctor/
H A DDecoderDoctorDiagnostics.cpp363 bool aIsSolved, const nsAString& aFormats, const nsAString& aDecodeIssue, in DispatchNotification() argument
373 if (!aFormats.IsEmpty()) { in DispatchNotification()
374 data.mFormats.Construct(aFormats); in DispatchNotification()
473 bool aIsSolved, const nsAString& aFormats = u""_ns, in ReportAnalysis() argument
507 params.AppendElement(aFormats); in ReportAnalysis()
536 aFormats, decodeIssueDescription, aDocURL, in ReportAnalysis()
/dports/www/firefox/firefox-99.0/dom/media/doctor/
H A DDecoderDoctorDiagnostics.cpp363 bool aIsSolved, const nsAString& aFormats, const nsAString& aDecodeIssue, in DispatchNotification() argument
373 if (!aFormats.IsEmpty()) { in DispatchNotification()
374 data.mFormats.Construct(aFormats); in DispatchNotification()
473 bool aIsSolved, const nsAString& aFormats = u""_ns, in ReportAnalysis() argument
507 params.AppendElement(aFormats); in ReportAnalysis()
536 aFormats, decodeIssueDescription, aDocURL, in ReportAnalysis()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/doctor/
H A DDecoderDoctorDiagnostics.cpp363 bool aIsSolved, const nsAString& aFormats, const nsAString& aDecodeIssue, in DispatchNotification() argument
373 if (!aFormats.IsEmpty()) { in DispatchNotification()
374 data.mFormats.Construct(aFormats); in DispatchNotification()
473 bool aIsSolved, const nsAString& aFormats = u""_ns, in ReportAnalysis() argument
507 params.AppendElement(aFormats); in ReportAnalysis()
536 aFormats, decodeIssueDescription, aDocURL, in ReportAnalysis()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/dtrans/
H A DDOTransferable.cxx317 std::vector<sal_uInt32> aFormats; in initFlavorList() local
327 aFormats.push_back(fetc.cfFormat); in initFlavorList()
331 initFlavorListFromFormatList(aFormats); in initFlavorList()
H A DWinClipboard.cxx127 std::vector<sal_uInt32> aFormats(aUINTFormats.begin(), aUINTFormats.end()); in getContents() local
128 rClipContent = new CDOTransferable(m_xContext, this, aFormats); in getContents()
/dports/www/itop/web/core/
H A Dbulkexport.class.inc.php260 $aFormats = $oBulkExporter->GetSupportedFormats();
261 $aSupportedFormats = array_merge($aSupportedFormats, $aFormats);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dview2.cxx334 std::vector<OUString> aFormats; in InsertGraphicDlg() local
341 aFormats.push_back(pFormat->GetName()); in InsertGraphicDlg()
350 aFormats.push_back(i); in InsertGraphicDlg()
353 std::sort(aFormats.begin(), aFormats.end()); in InsertGraphicDlg()
354 aFormats.erase(std::unique(aFormats.begin(), aFormats.end()), aFormats.end()); in InsertGraphicDlg()
356 Sequence<OUString> aListBoxEntries(aFormats.size()); in InsertGraphicDlg()
359 for( size_t i = 0; i < aFormats.size(); ++i ) in InsertGraphicDlg()
361 pEntries[i] = aFormats[i]; in InsertGraphicDlg()

123