Home
last modified time | relevance | path

Searched refs:aWindows (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/cui/source/options/
H A Doptcolor.cxx340 ::std::vector< Window* > aWindows; // [ColorConfigEntryCount]
647 aWindows.resize(ColorConfigEntryCount); in ColorConfigWindow_Impl()
739 aWindows[DOCCOLOR ] = &aDocColorWN ; in ColorConfigWindow_Impl()
740 aWindows[DOCBOUNDARIES ] = &aDocBoundWN ; in ColorConfigWindow_Impl()
741 aWindows[APPBACKGROUND ] = &aAppBackWN ; in ColorConfigWindow_Impl()
742 aWindows[OBJECTBOUNDARIES ] = &aObjBoundWN ; in ColorConfigWindow_Impl()
743 aWindows[TABLEBOUNDARIES ] = &aTableBoundWN ; in ColorConfigWindow_Impl()
744 aWindows[FONTCOLOR ] = &aFontColorWN ; in ColorConfigWindow_Impl()
745 aWindows[LINKS ] = &aLinksWN ; in ColorConfigWindow_Impl()
746 aWindows[LINKSVISITED ] = &aLinksVisitedWN ; in ColorConfigWindow_Impl()
[all …]
/AOO41X/main/dbaccess/source/filter/xml/
H A Dxmlfilter.cxx639 Sequence<PropertyValue> aWindows; in SetConfigurationSettings() local
640 pIter->Value >>= aWindows; in SetConfigurationSettings()
643 xProp->setPropertyValue(PROPERTY_LAYOUTINFORMATION,makeAny(aWindows)); in SetConfigurationSettings()
650 Sequence<PropertyValue> aWindows; in fillPropertyMap() local
651 _rValue >>= aWindows; in fillPropertyMap()
652 const PropertyValue *pIter = aWindows.getConstArray(); in fillPropertyMap()
653 const PropertyValue *pEnd = pIter + aWindows.getLength(); in fillPropertyMap()
/AOO41X/main/dbaccess/source/ui/relationdesign/
H A DRelationController.cxx574 Sequence<PropertyValue> aWindows; in loadLayoutInformation() local
575 getDataSource()->getPropertyValue(PROPERTY_LAYOUTINFORMATION) >>= aWindows; in loadLayoutInformation()
576 loadTableWindows(aWindows); in loadLayoutInformation()
/AOO41X/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx3062 Window* aWindows[] = in Reset() local
3082 while(aWindows[nIdx]) in Reset()
3084 lcl_Move(*aWindows[nIdx++], nOffset); in Reset()
3295 Window* aWindows[] = in SetFormatUsed() local
3309 while(aWindows[nIdx]) in SetFormatUsed()
3310 lcl_Move(*aWindows[nIdx++], nDiff); in SetFormatUsed()
/AOO41X/main/svx/source/dialog/
H A Dsrchdlg.cxx588 Window* aWindows[] = in Construct_Impl() local
620 lcl_MoveDown( *aWindows[nWindow], nOffset ); in Construct_Impl()
622 while(aWindows[++nWindow]); in Construct_Impl()