Lines Matching refs:makeAny

624                     aPropSeq[nIndex].Value = makeAny( rWinStateInfo.bLocked ); break;  in impl_getSequenceFromStruct()
626 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.bDocked ); break; in impl_getSequenceFromStruct()
628 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.bVisible ); break; in impl_getSequenceFromStruct()
630 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.bContext ); break; in impl_getSequenceFromStruct()
632 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.bHideFromMenu ); break; in impl_getSequenceFromStruct()
634 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.bNoClose ); break; in impl_getSequenceFromStruct()
636 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.bSoftClose ); break; in impl_getSequenceFromStruct()
638 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.bContextActive ); break; in impl_getSequenceFromStruct()
640 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.aDockingArea ); break; in impl_getSequenceFromStruct()
642 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.aPos ); break; in impl_getSequenceFromStruct()
644 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.aSize ); break; in impl_getSequenceFromStruct()
646 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.aUIName ); break; in impl_getSequenceFromStruct()
648 … aPropSeq[nIndex].Value = makeAny( sal_Int32( rWinStateInfo.nInternalState )); break; in impl_getSequenceFromStruct()
650 aPropSeq[nIndex].Value = makeAny( sal_Int16( rWinStateInfo.nStyle )); break; in impl_getSequenceFromStruct()
652 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.aDockPos ); break; in impl_getSequenceFromStruct()
654 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.aDockSize ); break; in impl_getSequenceFromStruct()
661 return makeAny( aPropSeq ); in impl_getSequenceFromStruct()
729 a = makeAny( aWindowStateInfo.aDockingArea ); in impl_insertCacheAndReturnSequence()
858 return makeAny( aPropSeq ); in impl_insertCacheAndReturnSequence()
1237 … xPropSet->setPropertyValue( m_aPropArray[i], makeAny( sal_Bool( rWinStateInfo.bLocked )) ); break; in impl_putPropertiesFromStruct()
1239 … xPropSet->setPropertyValue( m_aPropArray[i], makeAny( sal_Bool( rWinStateInfo.bDocked )) ); break; in impl_putPropertiesFromStruct()
1241 …xPropSet->setPropertyValue( m_aPropArray[i], makeAny( sal_Bool( rWinStateInfo.bVisible )) ); break; in impl_putPropertiesFromStruct()
1243 …xPropSet->setPropertyValue( m_aPropArray[i], makeAny( sal_Bool( rWinStateInfo.bContext )) ); break; in impl_putPropertiesFromStruct()
1245 …xPropSet->setPropertyValue( m_aPropArray[i], makeAny( sal_Bool( rWinStateInfo.bHideFromMenu )) ); … in impl_putPropertiesFromStruct()
1247 …xPropSet->setPropertyValue( m_aPropArray[i], makeAny( sal_Bool( rWinStateInfo.bNoClose )) ); break; in impl_putPropertiesFromStruct()
1249 …xPropSet->setPropertyValue( m_aPropArray[i], makeAny( sal_Bool( rWinStateInfo.bSoftClose )) ); bre… in impl_putPropertiesFromStruct()
1251 …xPropSet->setPropertyValue( m_aPropArray[i], makeAny( sal_Bool( rWinStateInfo.bContextActive )) );… in impl_putPropertiesFromStruct()
1253 …xPropSet->setPropertyValue( m_aPropArray[i], makeAny( sal_Int16( rWinStateInfo.aDockingArea ) ) );… in impl_putPropertiesFromStruct()
1267 xPropSet->setPropertyValue( m_aPropArray[i], makeAny( aPosStr ) ); in impl_putPropertiesFromStruct()
1283 xPropSet->setPropertyValue( m_aPropArray[i], makeAny( aSizeStr ) ); in impl_putPropertiesFromStruct()
1287 … xPropSet->setPropertyValue( m_aPropArray[i], makeAny( rWinStateInfo.aUIName ) ); break; in impl_putPropertiesFromStruct()
1289 …xPropSet->setPropertyValue( m_aPropArray[i], makeAny( sal_Int32( rWinStateInfo.nInternalState )) )… in impl_putPropertiesFromStruct()
1291 … xPropSet->setPropertyValue( m_aPropArray[i], makeAny( sal_Int32( rWinStateInfo.nStyle )) ); break; in impl_putPropertiesFromStruct()
1430 a = makeAny( pModuleIter->second ); in getByName()