Home
last modified time | relevance | path

Searched defs:pLayout (Results 1 – 25 of 484) sorted by relevance

12345678910>>...20

/dports/audio/mixxx/mixxx-2.3.0/src/widget/
H A Dwwidgetgroup.cpp24 QLayout* pLayout = layout(); in layoutSpacing() local
34 QLayout* pLayout = layout(); in setLayoutSpacing() local
41 QLayout* pLayout = layout(); in layoutContentsMargins() local
61 QLayout* pLayout = layout(); in setLayoutContentsMargins() local
69 QLayout* pLayout = layout(); in layoutAlignment() local
76 QLayout* pLayout = layout(); in setLayoutAlignment() local
121 QLayout* pLayout = nullptr; in setup() local
183 QLayout* pLayout = layout(); in addWidget() local
H A Dwcolorpicker.cpp46 QGridLayout* pLayout = new QGridLayout(); in WColorPicker() local
78 QGridLayout* pLayout = qobject_cast<QGridLayout*>(layout()); in removeColorButtons() local
104 QGridLayout* pLayout = qobject_cast<QGridLayout*>(layout()); in addColorButtons() local
144 void WColorPicker::addColorButton(mixxx::RgbColor color, QGridLayout* pLayout, int row, int column)… in addColorButton()
166 void WColorPicker::addNoColorButton(QGridLayout* pLayout, int row, int column) { in addNoColorButton()
188 void WColorPicker::addCustomColorButton(QGridLayout* pLayout, int row, int column) { in addCustomColorButton()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/addon/
H A DPackAddonDialog.cpp81 QVBoxLayout * pLayout = new QVBoxLayout(pPage); in PackAddonDialog() local
197 QGridLayout * pLayout = new QGridLayout(this); in PackAddonInfoPackageWidget() local
261 QVBoxLayout * pLayout = new QVBoxLayout(this); in PackAddonFileSelectionWidget() local
286 QVBoxLayout * pLayout = new QVBoxLayout(this); in PackAddonSaveSelectionWidget() local
328 QVBoxLayout * pLayout = new QVBoxLayout(this); in PackAddonSummaryInfoWidget() local
393 QVBoxLayout * pLayout = new QVBoxLayout(this); in PackAddonSummaryFilesWidget() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/source/filter/
H A Dlwpfribframe.cxx90 LwpDropcapLayout* pLayout = dynamic_cast<LwpDropcapLayout*>(pObject.get()); in RegisterStyle() local
98 LwpPlacableLayout* pLayout = dynamic_cast<LwpPlacableLayout*>(pObject.get()); in RegisterStyle() local
144 LwpVirtualLayout* pLayout = dynamic_cast<LwpVirtualLayout*>(GetLayout().get()); in XFConvert() local
214 LwpRubyLayout* pLayout = GetLayout(); in RegisterStyle() local
227 LwpRubyLayout* pLayout = GetLayout(); in XFConvert() local
H A Dlwpnotes.cxx86 rtl::Reference<LwpObject> pLayout = m_Layout.obj(); in RegisterNewStyle() local
102 LwpNoteLayout* pLayout = dynamic_cast<LwpNoteLayout*>(m_Layout.obj().get()); in XFConvert() local
190 LwpVirtualLayout* pLayout = FindChildByType(LWP_VIEWPORT_LAYOUT); in GetTextLayout() local
H A Dlwpfribsection.cxx102 LwpPageLayout* pLayout = GetPageLayout(); in RegisterSectionStyle() local
142 LwpPageLayout* pLayout = GetPageLayout(); in ParseSection() local
227 LwpMasterPage::LwpMasterPage(LwpPara* pPara, LwpPageLayout* pLayout) in LwpMasterPage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/source/filter/
H A Dlwpfribframe.cxx93 LwpDropcapLayout *pLayout = dynamic_cast<LwpDropcapLayout*>(pObject.get()); in RegisterStyle() local
101 LwpPlacableLayout* pLayout = dynamic_cast<LwpPlacableLayout*>(pObject.get()); in RegisterStyle() local
147 LwpVirtualLayout* pLayout = dynamic_cast<LwpVirtualLayout*>(GetLayout().get()); in XFConvert() local
220 LwpRubyLayout* pLayout = GetLayout(); in RegisterStyle() local
233 LwpRubyLayout* pLayout = GetLayout(); in XFConvert() local
H A Dlwpnotes.cxx85 rtl::Reference<LwpObject> pLayout = m_Layout.obj(); in RegisterNewStyle() local
101 LwpNoteLayout* pLayout = dynamic_cast<LwpNoteLayout*>(m_Layout.obj().get()); in XFConvert() local
193 LwpVirtualLayout* pLayout = FindChildByType(LWP_VIEWPORT_LAYOUT); in GetTextLayout() local
H A Dlwpfribsection.cxx106 LwpPageLayout* pLayout = GetPageLayout(); in RegisterSectionStyle() local
146 LwpPageLayout* pLayout = GetPageLayout(); in ParseSection() local
231 LwpMasterPage::LwpMasterPage(LwpPara* pPara, LwpPageLayout* pLayout) in LwpMasterPage()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/theme/
H A DPackThemeDialog.cpp91 QVBoxLayout * pLayout = new QVBoxLayout(pPage); in PackThemeDialog() local
187 QVBoxLayout * pLayout = new QVBoxLayout(this); in parseThemes() local
251 QGridLayout * pLayout = new QGridLayout(this); in PackThemeInfoWidget() local
320 QVBoxLayout * pLayout = new QVBoxLayout(this); in PackThemeImageWidget() local
371 QVBoxLayout * pLayout = new QVBoxLayout(this); in PackThemeSaveWidget() local
/dports/databases/opendbviewer/opendbviewer-1.1.1/src/GUI/
H A DQAboutDialog.cpp59 QLayout* pLayout = new QHBoxLayout(); in QAboutDialog() local
90 QAbstractButton* QAboutDialog::addLibraryButton(QLayout* pLayout, QWidget* pParent, const QString& … in addLibraryButton()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/parser/
H A Dbuilder.cpp174 #define GET_BOX( pRect, id, pLayout ) \ argument
419 GenericLayout *pLayout = new GenericLayout( getIntf(), rData.m_width, in addLayout() local
432 GenericLayout *pLayout = m_pTheme->getLayoutById( rData.m_layoutId ); in addAnchor() local
473 GenericLayout *pLayout = m_pTheme->getLayoutById( rData.m_layoutId ); in addButton() local
544 GenericLayout *pLayout = m_pTheme->getLayoutById( rData.m_layoutId ); in addCheckbox() local
621 GenericLayout *pLayout = m_pTheme->getLayoutById( rData.m_layoutId ); in addImage() local
715 GenericLayout *pLayout = m_pTheme->getLayoutById( rData.m_layoutId ); in addPanel() local
736 GenericLayout *pLayout = m_pTheme->getLayoutById( rData.m_layoutId ); in addText() local
820 GenericLayout *pLayout = m_pTheme->getLayoutById( rData.m_layoutId ); in addRadialSlider() local
874 GenericLayout *pLayout = m_pTheme->getLayoutById( rData.m_layoutId ); in addSlider() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/core/layout/
H A Dlayout.cxx140 xmlDocUniquePtr pLayout = parseLayoutDump(); in CPPUNIT_TEST_FIXTURE() local
153 xmlDocUniquePtr pLayout = parseLayoutDump(); in CPPUNIT_TEST_FIXTURE() local
218 xmlDocUniquePtr pLayout = parseLayoutDump(); in CPPUNIT_TEST_FIXTURE() local
248 SwRootFrame* pLayout = pDoc->getIDocumentLayoutAccess().GetCurrentLayout(); in CPPUNIT_TEST_FIXTURE() local
291 SwRootFrame* pLayout = pDoc->getIDocumentLayoutAccess().GetCurrentLayout(); in CPPUNIT_TEST_FIXTURE() local
320 SwRootFrame* pLayout = pDoc->getIDocumentLayoutAccess().GetCurrentLayout(); in CPPUNIT_TEST_FIXTURE() local
344 SwRootFrame* pLayout = pDoc->getIDocumentLayoutAccess().GetCurrentLayout(); in CPPUNIT_TEST_FIXTURE() local
373 SwRootFrame* pLayout = pDoc->getIDocumentLayoutAccess().GetCurrentLayout(); in CPPUNIT_TEST_FIXTURE() local
455 xmlDocUniquePtr pLayout = parseLayoutDump(); in CPPUNIT_TEST_FIXTURE() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddocnum.cxx62 SwRootFrame const*const pLayout) in lcl_ResetIndentAttrs()
190 SwRootFrame const*const pLayout) in OutlineUpDown()
623 OUString& rName, SwRootFrame const*const pLayout) in lcl_FindOutlineNum()
858 SwRootFrame const*const pLayout, in SetNumRule()
989 SwRootFrame const*const pLayout) in SetCounted()
1490 SwRootFrame const*const pLayout) in lcl_GotoNextPrevNum()
1604 bool SwDoc::GotoNextNum(SwPosition& rPos, SwRootFrame const*const pLayout, in GotoNextNum()
1616 SwRootFrame const* pLayout, in SearchNumRule()
1818 SwRootFrame const* pLayout(nullptr); in MoveParagraph() local
1924 bool const bIsOutlMv, SwRootFrame const*const pLayout) in MoveParagraphImpl()
[all …]
H A DDocumentTimerManager.cxx135 for ( auto pLayout : m_rDoc.GetAllLayouts() ) in GetNextIdleJob() local
174 for ( auto pLayout : m_rDoc.GetAllLayouts() ) in IMPL_LINK_NOARG() local
H A DDocumentOutlineNodesManager.cxx45 OUString GetExpandTextMerged(SwRootFrame const*const pLayout, in GetExpandTextMerged()
87 SwRootFrame const*const pLayout, in getOutlineText()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Ddocnum.cxx59 SwRootFrame const*const pLayout) in lcl_ResetIndentAttrs()
187 SwRootFrame const*const pLayout) in OutlineUpDown()
620 OUString& rName, SwRootFrame const*const pLayout) in lcl_FindOutlineNum()
855 SwRootFrame const*const pLayout, in SetNumRule()
986 SwRootFrame const*const pLayout) in SetCounted()
1502 SwRootFrame const*const pLayout) in lcl_GotoNextPrevNum()
1619 bool SwDoc::GotoNextNum(SwPosition& rPos, SwRootFrame const*const pLayout, in GotoNextNum()
1631 SwRootFrame const* pLayout, in SearchNumRule()
1831 SwRootFrame const* pLayout(nullptr); in MoveParagraph() local
1937 bool const bIsOutlMv, SwRootFrame const*const pLayout) in MoveParagraphImpl()
[all …]
H A DDocumentTimerManager.cxx136 for ( auto pLayout : m_rDoc.GetAllLayouts() ) in GetNextIdleJob() local
175 for ( auto pLayout : m_rDoc.GetAllLayouts() ) in IMPL_LINK_NOARG() local
H A DDocumentOutlineNodesManager.cxx44 OUString GetExpandTextMerged(SwRootFrame const*const pLayout, in GetExpandTextMerged()
86 SwRootFrame const*const pLayout, in getOutlineText()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/tox/
H A DToxTextGenerator.cxx71 SwRootFrame const*const pLayout) in GetNumStringOfFirstNode()
171 SwRootFrame const*const pLayout) in GenerateText()
309 SwRootFrame const*const pLayout) in GetAttributesForNode()
354 SwAttrPool& pool, SwRootFrame const*const pLayout) in HandleTextToken()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/tox/
H A DToxTextGenerator.cxx70 SwRootFrame const*const pLayout) in GetNumStringOfFirstNode()
172 SwRootFrame const*const pLayout) in GenerateText()
335 SwRootFrame const*const pLayout) in GetAttributesForNode()
379 SwAttrPool& pool, SwRootFrame const*const pLayout) in HandleTextToken()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/AudioEngine/Sinks/osx/
H A DCoreAudioChannelLayout.cpp184 AudioChannelLayout* pLayout = NULL; in ChannelLayoutToString() local
230 AudioChannelLayout* pLayout = NULL; in AllChannelUnknown() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A Dfieldhint.hxx34 SwFieldHint(SwPaM* const pPaM, SwRootFrame const* const pLayout) in SwFieldHint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A Dfieldhint.hxx34 SwFieldHint(SwPaM *const pPaM, SwRootFrame const*const pLayout) in SwFieldHint()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Dviewshe3.cxx212 const SfxUInt32Item* pLayout = rRequest.GetArg<SfxUInt32Item>(ID_VAL_WHATLAYOUT); in CreateOrDuplicatePage() local
231 const SfxUInt32Item* pLayout = rRequest.GetArg<SfxUInt32Item>(ID_VAL_WHATLAYOUT); in CreateOrDuplicatePage() local

12345678910>>...20