Home
last modified time | relevance | path

Searched refs:_nGroup (Results 1 – 8 of 8) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DDesignTemplate.java129 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 DReportBuilderLayouter.java368 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()
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx830 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()
/trunk/main/sc/source/ui/vba/
H A Dvbaaxis.cxx59 …_nType, sal_Int32 _nGroup ) : ScVbaAxis_BASE( xParent, xContext ), mxPropertySet( _xPropertySet )… in ScVbaAxis() argument
H A Dvbaaxis.hxx45 …::uno::Reference< css::beans::XPropertySet >& _xPropertySet, sal_Int32 _nType, sal_Int32 _nGroup );
/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx122 FolderHistory( const String& _rURL, sal_Int32 _nGroup ) : in FolderHistory()
123 m_sURL( _rURL ), m_nGroup( _nGroup ) {} in FolderHistory()
/trunk/main/cui/source/options/
H A Doptcolor.cxx357 sal_Bool lcl_isGroupVisible( sal_Int32 _nGroup, const SvtModuleOptions& _rModOptions ) in lcl_isGroupVisible() argument
361 switch ( _nGroup ) in lcl_isGroupVisible()
/trunk/main/forms/source/component/
H A DDatabaseForm.hxx299 …virtual void SAL_CALL getGroup(sal_Int32 _nGroup, ::com::sun::star::uno::Sequence< ::com::sun::sta…

Completed in 68 milliseconds