Searched refs:aIndexList (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/vcl/unx/gtk/a11y/ |
H A D | atktextattributes.cxx | 1172 sal_Int32 aIndexList[TEXT_ATTRIBUTE_LAST] = { -1 }; in attribute_set_new_from_property_values() local 1176 aIndexList[attr] = -1; in attribute_set_new_from_property_values() 1178 find_exported_attributes(aIndexList, rAttributeList); in attribute_set_new_from_property_values() 1187 get_bool_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_HIDDEN])); in attribute_set_new_from_property_values() 1196 get_height_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_HEIGHT])); in attribute_set_new_from_property_values() 1199 get_weight_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_WEIGHT])); in attribute_set_new_from_property_values() 1208 get_style_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_POSTURE])); in attribute_set_new_from_property_values() 1211 get_scale_width(rAttributeList, aIndexList[TEXT_ATTRIBUTE_SCALE])); in attribute_set_new_from_property_values() 1226 …get_font_effect(rAttributeList, aIndexList[TEXT_ATTRIBUTE_CONTOURED], aIndexList[TEXT_ATTRIBUTE_RE… in attribute_set_new_from_property_values() 1233 aIndexList[TEXT_ATTRIBUTE_UNDERLINE], aIndexList[TEXT_ATTRIBUTE_STRIKETHROUGH])); in attribute_set_new_from_property_values() [all …]
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | dbfindex.cxx | 216 return implRemoveIndex(_rIndexName, aTablePos->aIndexList, aLB_TableIndexes, _bMustExist); in RemoveTableIndex() 226 implInsertIndex(_rIndex, aTablePos->aIndexList, aLB_TableIndexes); in InsertTableIndex() 313 for ( ConstTableIndexListIterator aLoop = aTablePos->aIndexList.begin(); in IMPL_LINK() 314 aLoop != aTablePos->aIndexList.end(); in IMPL_LINK() 319 if ( aTablePos->aIndexList.size() ) in IMPL_LINK() 423 rTabInfo.aIndexList.push_back( OTableIndex( aEntry ) ); in Init() 471 for ( ConstTableIndexListIterator aIndex = rTabInfo.aIndexList.begin(); in SetCtrls() 472 aIndex != rTabInfo.aIndexList.end(); in SetCtrls() 477 if( rTabInfo.aIndexList.size() ) in SetCtrls() 544 for ( ConstTableIndexListIterator aIndex = aIndexList.begin(); in WriteInfFile() [all …]
|
H A D | dbfindex.hxx | 87 TableIndexList aIndexList; member in dbaui::OTableInfo
|
/aoo41x/main/chart2/source/tools/ |
H A D | ColorPerPointHelper.cxx | 77 uno::Sequence< sal_Int32 > aIndexList; in hasPointOwnProperties() local 78 if( xSeriesProperties->getPropertyValue( C2U( "AttributedDataPoints" ) ) >>= aIndexList ) in hasPointOwnProperties() 80 const sal_Int32 * pBegIt = aIndexList.getConstArray(); in hasPointOwnProperties() 81 const sal_Int32 * pEndIt = pBegIt + aIndexList.getLength(); in hasPointOwnProperties()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabvwsh3.cxx | 802 SvULongs aIndexList( 4, 4 ); in Execute() local 805 pItem->GetList( aIndexList ); in Execute() 832 aIndexList.Insert( pDlg->GetSelectEntryPos( nSelIx ), nSelIx ); in Execute() 834 rReq.AppendItem( SfxIntegerListItem( SID_SELECT_TABLES, aIndexList ) ); in Execute() 840 if ( aIndexList.Count() ) in Execute() 842 sal_uInt16 nSelCount = aIndexList.Count(); in Execute() 849 … bVisSelected = rDoc.IsVisible( nFirstVisTab = static_cast<SCTAB>(aIndexList[nSelIx]) ); in Execute() 860 rMark.SelectTable( static_cast<SCTAB>(aIndexList[nSelIx]), sal_True ); in Execute()
|
Completed in 30 milliseconds