Searched refs:aWindows (Results 1 – 5 of 5) sorted by relevance
340 ::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 …]
639 Sequence<PropertyValue> aWindows; in SetConfigurationSettings() local640 pIter->Value >>= aWindows; in SetConfigurationSettings()643 xProp->setPropertyValue(PROPERTY_LAYOUTINFORMATION,makeAny(aWindows)); in SetConfigurationSettings()650 Sequence<PropertyValue> aWindows; in fillPropertyMap() local651 _rValue >>= aWindows; in fillPropertyMap()652 const PropertyValue *pIter = aWindows.getConstArray(); in fillPropertyMap()653 const PropertyValue *pEnd = pIter + aWindows.getLength(); in fillPropertyMap()
574 Sequence<PropertyValue> aWindows; in loadLayoutInformation() local575 getDataSource()->getPropertyValue(PROPERTY_LAYOUTINFORMATION) >>= aWindows; in loadLayoutInformation()576 loadTableWindows(aWindows); in loadLayoutInformation()
3062 Window* aWindows[] = in Reset() local3082 while(aWindows[nIdx]) in Reset()3084 lcl_Move(*aWindows[nIdx++], nOffset); in Reset()3295 Window* aWindows[] = in SetFormatUsed() local3309 while(aWindows[nIdx]) in SetFormatUsed()3310 lcl_Move(*aWindows[nIdx++], nDiff); in SetFormatUsed()
588 Window* aWindows[] = in Construct_Impl() local620 lcl_MoveDown( *aWindows[nWindow], nOffset ); in Construct_Impl()622 while(aWindows[++nWindow]); in Construct_Impl()