Home
last modified time | relevance | path

Searched refs:aGroupList (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/webjob/webjob-1.9.0/tools/webjob-jqd-list-groups/
H A Dwebjob-jqd-list-groups143 my @aGroupList = ();
165 push(@aGroupList, $sGroup);
170 if (scalar(@aGroupList) > 0)
172 print "$sMember|", join(',', @aGroupList), "\n";
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/appl/
H A Dappdispatchprovider.cxx159 std::vector< sal_Int16 > aGroupList; in getSupportedCommandGroups() local
174 aGroupList.push_back( nCommandGroup ); in getSupportedCommandGroups()
181 return comphelper::containerToSequence( aGroupList ); in getSupportedCommandGroups()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/appl/
H A Dappdispatchprovider.cxx174 std::vector< sal_Int16 > aGroupList; in getSupportedCommandGroups() local
189 aGroupList.push_back( nCommandGroup ); in getSupportedCommandGroups()
196 return comphelper::containerToSequence( aGroupList ); in getSupportedCommandGroups()
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/report/
H A DIReportDocument.java116 void setGrouping(String[] aGroupList); in setGrouping() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/report/
H A DIReportDocument.java116 void setGrouping(String[] aGroupList); in setGrouping() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/doc/
H A Ddoctemplates.cxx1108 GroupList_Impl aGroupList; in doUpdate() local
1111 createFromContent( aGroupList, maRootContent, true, false ); in doUpdate()
1129 createFromContent( aGroupList, aDirContent, false, bWriteableDirectory ); in doUpdate()
1136 for(std::unique_ptr<GroupData_Impl>& pGroup : aGroupList) in doUpdate()
1174 aGroupList.clear(); in doUpdate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/doc/
H A Ddoctemplates.cxx1133 GroupList_Impl aGroupList; in doUpdate() local
1136 createFromContent( aGroupList, maRootContent, true, false ); in doUpdate()
1154 createFromContent( aGroupList, aDirContent, false, bWriteableDirectory ); in doUpdate()
1161 for(std::unique_ptr<GroupData_Impl>& pGroup : aGroupList) in doUpdate()
1199 aGroupList.clear(); in doUpdate()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/view/
H A Dsfxbasecontroller.cxx1085 std::vector< sal_Int16 > aGroupList; in getSupportedCommandGroups() local
1100 aGroupList.push_back( nCommandGroup ); in getSupportedCommandGroups()
1107 return comphelper::containerToSequence( aGroupList ); in getSupportedCommandGroups()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/view/
H A Dsfxbasecontroller.cxx1088 std::vector< sal_Int16 > aGroupList; in getSupportedCommandGroups() local
1103 aGroupList.push_back( nCommandGroup ); in getSupportedCommandGroups()
1110 return comphelper::containerToSequence( aGroupList ); in getSupportedCommandGroups()