Lines Matching refs:i

155 	for ( sal_Int32 i = 0; i < aPropDetails.getLength(); i++ )  in printPropertySet()  local
160 uno::Any a = xPropSet->getPropertyValue( aPropDetails[i].Name ); in printPropertySet()
165 PRTSTR(prefix), PRTSTR(aPropDetails[i].Name), PRTSTR(tmp)); in printPropertySet()
170 PRTSTR(prefix), PRTSTR(aPropDetails[i].Name), PRTSTR(tmp)); in printPropertySet()
175 PRTSTR(prefix), PRTSTR(aPropDetails[i].Name), PRTSTR(a.getValueTypeName())); in printPropertySet()
184 for ( sal_Int32 i = 0; i < aProp.getLength(); i++ ) in printProperties() local
188 aProp[i].Value >>= tmp; in printProperties()
191 PRTSTR(prefix), PRTSTR(aProp[i].Name), PRTSTR(tmp)); in printProperties()
489 for ( sal_Int32 i = 0; i < aSeq.getLength(); i++ ) in GetUIModuleName() local
491 if ( aSeq[i].Name.equalsAscii( "ooSetupFactoryUIName" )) in GetUIModuleName()
493 aSeq[i].Value >>= aModuleUIName; in GetUIModuleName()
528 for ( sal_Int32 i = 0; i < aProp.getLength(); i++ ) in GetMenuItemData() local
530 if ( aProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_COMMANDURL )) in GetMenuItemData()
532 aProp[i].Value >>= rCommandURL; in GetMenuItemData()
534 else if ( aProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_CONTAINER )) in GetMenuItemData()
536 aProp[i].Value >>= rSubMenu; in GetMenuItemData()
538 else if ( aProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_LABEL )) in GetMenuItemData()
540 aProp[i].Value >>= rLabel; in GetMenuItemData()
542 else if ( aProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_TYPE )) in GetMenuItemData()
544 aProp[i].Value >>= rType; in GetMenuItemData()
573 for ( sal_Int32 i = 0; i < aProp.getLength(); i++ ) in GetToolbarItemData() local
575 if ( aProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_COMMANDURL )) in GetToolbarItemData()
577 aProp[i].Value >>= rCommandURL; in GetToolbarItemData()
579 if ( aProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_STYLE )) in GetToolbarItemData()
581 aProp[i].Value >>= rStyle; in GetToolbarItemData()
583 else if (aProp[i].Name.equalsAscii(ITEM_DESCRIPTOR_CONTAINER)) in GetToolbarItemData()
585 aProp[i].Value >>= rSubMenu; in GetToolbarItemData()
587 else if ( aProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_LABEL )) in GetToolbarItemData()
589 aProp[i].Value >>= rLabel; in GetToolbarItemData()
591 else if ( aProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_TYPE )) in GetToolbarItemData()
593 aProp[i].Value >>= rType; in GetToolbarItemData()
595 else if (aProp[i].Name.equalsAscii(ITEM_DESCRIPTOR_ISVISIBLE)) in GetToolbarItemData()
597 aProp[i].Value >>= rIsVisible; in GetToolbarItemData()
650 for ( sal_Int32 i = 0; i < tmpPropSeq.getLength(); i++ ) in ConvertSvxConfigEntry() local
652 if ( tmpPropSeq[i].Name.equals( aDescriptorLabel ) ) in ConvertSvxConfigEntry()
655 tmpPropSeq[i].Value >>= tmpLabel; in ConvertSvxConfigEntry()
731 for ( sal_Int32 i = 0; i < tmpPropSeq.getLength(); i++ ) in ConvertToolbarEntry() local
733 if ( tmpPropSeq[i].Name.equals( aDescriptorLabel ) ) in ConvertToolbarEntry()
736 tmpPropSeq[i].Value >>= tmpLabel; in ConvertToolbarEntry()
1191 for ( sal_Int32 i = 0; i < aPropSeq.getLength(); i++ ) in LoadSubMenus() local
1193 if ( aPropSeq[i].Name.equalsAscii( ITEM_DESCRIPTOR_LABEL ) ) in LoadSubMenus()
1195 aPropSeq[i].Value >>= aLabel; in LoadSubMenus()
1849 for ( sal_Int32 i = 0; i < aFrameList.getLength(); i++ ) in Reset() local
1852 uno::Reference < frame::XFrame > xf = aFrameList[i]; in Reset()
1982 for ( sal_uInt16 i = 0 ; i < aSaveInListBox.GetEntryCount(); i++ ) in FillItemSet() local
1985 (SaveInData*) aSaveInListBox.GetEntryData( i ); in FillItemSet()
2429 for ( sal_uInt16 i = 0 ; i < aSaveInListBox.GetEntryCount(); i++ ) in ~SvxMenuConfigPage() local
2432 (MenuSaveInData*) aSaveInListBox.GetEntryData( i ); in ~SvxMenuConfigPage()
3214 for ( sal_uInt16 i = 0 ; i < aSaveInListBox.GetEntryCount(); i++ ) in ~SvxToolbarConfigPage() local
3217 (ToolbarSaveInData*) aSaveInListBox.GetEntryData( i ); in ~SvxToolbarConfigPage()
3467 for ( sal_uInt16 i = 0; i < aContentsListBox->GetEntryCount(); i++ ) in IMPL_LINK() local
3469 if ( aContentsListBox->GetEntry( 0, i ) == pActEntry ) in IMPL_LINK()
3471 nSelectionPos = i; in IMPL_LINK()
3564 for ( sal_uInt16 i = 0; i < aContentsListBox->GetEntryCount(); i++ ) in IMPL_LINK() local
3566 if ( aContentsListBox->GetEntry( 0, i ) == pActEntry ) in IMPL_LINK()
3568 nSelectionPos = i; in IMPL_LINK()
3647 for ( sal_uInt16 i = 0; i < aContentsListBox->GetEntryCount(); i++ ) in IMPL_LINK() local
3649 if ( aContentsListBox->GetEntry( 0, i ) == pActEntry ) in IMPL_LINK()
3651 nSelectionPos = i; in IMPL_LINK()
3719 for ( sal_uInt16 i = 0 ; i < aTopLevelListBox.GetEntryCount(); i++ ) in Init() local
3722 (SvxConfigEntry*) aTopLevelListBox.GetEntryData( i ); in Init()
3726 nPos = i; in Init()
3850 for ( sal_Int32 i = 0; i < aProps.getLength(); i++ ) in SetSystemStyle() local
3852 if ( aProps[ i ].Name.equalsAscii( ITEM_DESCRIPTOR_STYLE) ) in SetSystemStyle()
3854 aProps[ i ].Value = uno::makeAny( nStyle ); in SetSystemStyle()
3888 for ( sal_Int32 i = 0; i < aProps.getLength(); i++ ) in GetSystemStyle() local
3890 if ( aProps[ i ].Name.equalsAscii( ITEM_DESCRIPTOR_STYLE) ) in GetSystemStyle()
3892 aProps[i].Value >>= result; in GetSystemStyle()
3922 for ( sal_Int32 i = 0; i < aProps.getLength(); i++ ) in GetSystemUIName() local
3924 if ( aProps[ i ].Name.equalsAscii( ITEM_DESCRIPTOR_UINAME) ) in GetSystemUIName()
3926 aProps[ i ].Value >>= result; in GetSystemUIName()
3949 for ( sal_Int32 i = 0; i < aPropSeq.getLength(); i++ ) in GetSystemUIName() local
3951 if ( aPropSeq[i].Name.equalsAscii( ITEM_DESCRIPTOR_LABEL ) ) in GetSystemUIName()
3953 aPropSeq[i].Value >>= result; in GetSystemUIName()
3991 for ( sal_Int32 i = 0; i < info.getLength(); i++ ) in GetEntries() local
3993 uno::Sequence< beans::PropertyValue > props = info[ i ]; in GetEntries()
4068 for ( sal_Int32 i = 0; i < info_.getLength(); i++ ) in GetEntries() local
4070 uno::Sequence< beans::PropertyValue > props = info_[ i ]; in GetEntries()
4516 for ( sal_Int32 i = 0; i < aPropSeq.getLength(); i++ ) in LoadToolbar() local
4518 if ( aPropSeq[i].Name.equalsAscii( ITEM_DESCRIPTOR_LABEL ) ) in LoadToolbar()
4520 aPropSeq[i].Value >>= aLabel; in LoadToolbar()
4714 for ( sal_uInt16 i = 0 ; i < aSaveInListBox.GetEntryCount(); i++ ) in IMPL_LINK() local
4717 (SaveInData*) aSaveInListBox.GetEntryData( i ); in IMPL_LINK()
4720 aSaveInListBox.GetEntry( i ) ); in IMPL_LINK()
5517 for ( sal_Int32 i = 1; i < rPaths.getLength(); i++ ) in ImportGraphics() local
5519 ::rtl::OUString aPath = aSourcePath + rPaths[i]; in ImportGraphics()
5522 aIndex = rPaths[i].lastIndexOf( '/' ); in ImportGraphics()
5523 aIconName = rPaths[i].copy( aIndex+1 ); in ImportGraphics()
5531 for ( sal_Int32 k = i; k < rPaths.getLength(); k++ ) in ImportGraphics()
5541 rejected[ rejectedCount ] = rPaths[i]; in ImportGraphics()
5551 bool result = ImportGraphic( aSourcePath + rPaths[i] ); in ImportGraphics()
5554 rejected[ rejectedCount ] = rPaths[i]; in ImportGraphics()
5568 for ( sal_Int32 i = 0; i < rejectedCount; i++ ) in ImportGraphics() local
5570 message += fPath + rejected[i]; in ImportGraphics()