Lines Matching refs:nIndex

453     sal_Int32 nIndex = 0;  in GetViewSettings()  local
459 pValue[nIndex].Name = OUString( RTL_CONSTASCII_USTRINGPARAM ( "Views") ); in GetViewSettings()
460 pValue[nIndex++].Value <<= Reference < XIndexAccess > ( xBox, UNO_QUERY ); in GetViewSettings()
482 aProps.realloc(nIndex); in GetViewSettings()
493 pValue[nIndex].Name = OUString( RTL_CONSTASCII_USTRINGPARAM ( "ViewAreaTop") ); in GetViewSettings()
494 pValue[nIndex++].Value <<= bTwip ? TWIP_TO_MM100 ( rRect.Top() ) : rRect.Top(); in GetViewSettings()
496 pValue[nIndex].Name = OUString( RTL_CONSTASCII_USTRINGPARAM ( "ViewAreaLeft") ); in GetViewSettings()
497 pValue[nIndex++].Value <<= bTwip ? TWIP_TO_MM100 ( rRect.Left() ) : rRect.Left(); in GetViewSettings()
499 pValue[nIndex].Name = OUString( RTL_CONSTASCII_USTRINGPARAM ( "ViewAreaWidth") ); in GetViewSettings()
500 pValue[nIndex++].Value <<= bTwip ? TWIP_TO_MM100 ( rRect.GetWidth() ) : rRect.GetWidth(); in GetViewSettings()
502 pValue[nIndex].Name = OUString( RTL_CONSTASCII_USTRINGPARAM ( "ViewAreaHeight") ); in GetViewSettings()
503 pValue[nIndex++].Value <<= bTwip ? TWIP_TO_MM100 ( rRect.GetHeight() ) : rRect.GetHeight(); in GetViewSettings()
520 pValue[nIndex].Name = OUString( RTL_CONSTASCII_USTRINGPARAM ( "ShowRedlineChanges") ); in GetViewSettings()
521 pValue[nIndex++].Value.setValue( &bShowRedlineChanges, ::getBooleanCppuType() ); in GetViewSettings()
524 pValue[nIndex].Name = OUString( RTL_CONSTASCII_USTRINGPARAM ( "InBrowseMode") ); in GetViewSettings()
525 pValue[nIndex++].Value.setValue( &bInBrowse, ::getBooleanCppuType() ); in GetViewSettings()
527 if ( nIndex < NUM_EXPORTED_VIEW_SETTINGS ) in GetViewSettings()
528 aProps.realloc(nIndex); in GetViewSettings()