Searched refs:_nGroup (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | DesignTemplate.java | 129 SectionObject getGroupTextField(int _nGroup) in getGroupTextField() argument 131 return getGroupSectionObject(m_aGroupTextField, _nGroup); in getGroupTextField() 134 SectionObject getGroupLabel(int _nGroup) in getGroupLabel() argument 136 return getGroupSectionObject(m_aGroupLabel, _nGroup); in getGroupLabel() 139 private SectionObject getGroupSectionObject(SectionObject _aGroupList[], int _nGroup) in getGroupSectionObject() argument 142 if (_nGroup < _aGroupList.length) in getGroupSectionObject() 144 a = _aGroupList[_nGroup]; in getGroupSectionObject()
|
H A D | ReportBuilderLayouter.java | 368 protected void copyGroupProperties(int _nGroup) in copyGroupProperties() argument 375 if (_nGroup < xForeignGroups.getCount()) in copyGroupProperties() 377 …XGroup xForeignGroup = UnoRuntime.queryInterface(XGroup.class, xForeignGroups.getByIndex(_nGroup)); in copyGroupProperties() 383 Object aGroup = xGroups.getByIndex(_nGroup); in copyGroupProperties()
|
/aoo41x/main/toolkit/source/controls/ |
H A D | controlmodelcontainerbase.cxx | 830 void SAL_CALL ControlModelContainerBase::getGroup( sal_Int32 _nGroup, Sequence< Reference< XControl… in getGroup() argument 836 if ( ( _nGroup < 0 ) || ( _nGroup >= (sal_Int32)maGroups.size() ) ) in getGroup() 844 AllGroups::const_iterator aGroupPos = maGroups.begin() + _nGroup; in getGroup() 849 _rName = ::rtl::OUString::valueOf( _nGroup ); in getGroup()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbaaxis.cxx | 59 …_nType, sal_Int32 _nGroup ) : ScVbaAxis_BASE( xParent, xContext ), mxPropertySet( _xPropertySet )… in ScVbaAxis() argument
|
H A D | vbaaxis.hxx | 45 …::uno::Reference< css::beans::XPropertySet >& _xPropertySet, sal_Int32 _nType, sal_Int32 _nGroup );
|
/aoo41x/main/svtools/source/contnr/ |
H A D | templwin.cxx | 122 FolderHistory( const String& _rURL, sal_Int32 _nGroup ) : in FolderHistory() 123 m_sURL( _rURL ), m_nGroup( _nGroup ) {} in FolderHistory()
|
/aoo41x/main/cui/source/options/ |
H A D | optcolor.cxx | 357 sal_Bool lcl_isGroupVisible( sal_Int32 _nGroup, const SvtModuleOptions& _rModOptions ) in lcl_isGroupVisible() argument 361 switch ( _nGroup ) in lcl_isGroupVisible()
|
/aoo41x/main/forms/source/component/ |
H A D | DatabaseForm.hxx | 299 …virtual void SAL_CALL getGroup(sal_Int32 _nGroup, ::com::sun::star::uno::Sequence< ::com::sun::sta…
|
Completed in 68 milliseconds