Lines Matching refs:Value

123 		pSettings[SC_CURSOR_X].Value <<= sal_Int32(nCurX);  in WriteUserDataSequence()
125 pSettings[SC_CURSOR_Y].Value <<= sal_Int32(nCurY); in WriteUserDataSequence()
127 pSettings[SC_HORIZONTAL_SPLIT_MODE].Value <<= sal_Int16(eHSplitMode); in WriteUserDataSequence()
129 pSettings[SC_VERTICAL_SPLIT_MODE].Value <<= sal_Int16(eVSplitMode); in WriteUserDataSequence()
132 pSettings[SC_HORIZONTAL_SPLIT_POSITION].Value <<= sal_Int32(nFixPosX); in WriteUserDataSequence()
134 pSettings[SC_HORIZONTAL_SPLIT_POSITION].Value <<= sal_Int32(nHSplitPos); in WriteUserDataSequence()
137 pSettings[SC_VERTICAL_SPLIT_POSITION].Value <<= sal_Int32(nFixPosY); in WriteUserDataSequence()
139 pSettings[SC_VERTICAL_SPLIT_POSITION].Value <<= sal_Int32(nVSplitPos); in WriteUserDataSequence()
141 pSettings[SC_ACTIVE_SPLIT_RANGE].Value <<= sal_Int16(eWhichActive); in WriteUserDataSequence()
143 pSettings[SC_POSITION_LEFT].Value <<= sal_Int32(nPosX[SC_SPLIT_LEFT]); in WriteUserDataSequence()
145 pSettings[SC_POSITION_RIGHT].Value <<= sal_Int32(nPosX[SC_SPLIT_RIGHT]); in WriteUserDataSequence()
147 pSettings[SC_POSITION_TOP].Value <<= sal_Int32(nPosY[SC_SPLIT_TOP]); in WriteUserDataSequence()
149 pSettings[SC_POSITION_BOTTOM].Value <<= sal_Int32(nPosY[SC_SPLIT_BOTTOM]); in WriteUserDataSequence()
154 pSettings[SC_TABLE_ZOOM_TYPE].Value <<= sal_Int16(eZoomType); in WriteUserDataSequence()
156 pSettings[SC_TABLE_ZOOM_VALUE].Value <<= nZoomValue; in WriteUserDataSequence()
158 pSettings[SC_TABLE_PAGE_VIEW_ZOOM_VALUE].Value <<= nPageZoomValue; in WriteUserDataSequence()
180 aSettings[i].Value >>= nTemp32; in ReadUserDataSequence()
185 aSettings[i].Value >>= nTemp32; in ReadUserDataSequence()
190 aSettings[i].Value >>= nTemp16; in ReadUserDataSequence()
195 aSettings[i].Value >>= nTemp16; in ReadUserDataSequence()
200 aSettings[i].Value >>= nTempPosH; in ReadUserDataSequence()
205 aSettings[i].Value >>= nTempPosV; in ReadUserDataSequence()
210 aSettings[i].Value >>= nTempPosHTw; in ReadUserDataSequence()
215 aSettings[i].Value >>= nTempPosVTw; in ReadUserDataSequence()
220 aSettings[i].Value >>= nTemp16; in ReadUserDataSequence()
225 aSettings[i].Value >>= nTemp32; in ReadUserDataSequence()
230 aSettings[i].Value >>= nTemp32; in ReadUserDataSequence()
235 aSettings[i].Value >>= nTemp32; in ReadUserDataSequence()
240 aSettings[i].Value >>= nTemp32; in ReadUserDataSequence()
245 aSettings[i].Value >>= nTemp16; in ReadUserDataSequence()
251 aSettings[i].Value >>= nTemp32; in ReadUserDataSequence()
258 aSettings[i].Value >>= nTemp32; in ReadUserDataSequence()
266 aSettings[i].Value >>= bSelected; in ReadUserDataSequence()
273 aSettings[i].Value >>= nColor; in ReadUserDataSequence()
2688 pSettings[SC_VIEW_ID].Value <<= sBuffer.makeStringAndClear(); in WriteUserDataSequence()
2727 pSettings[SC_TABLE_VIEWSETTINGS].Value <<= xNameContainer; in WriteUserDataSequence()
2735 pSettings[SC_ACTIVE_TABLE].Value <<= sOUName; in WriteUserDataSequence()
2737 pSettings[SC_HORIZONTAL_SCROLL_BAR_WIDTH].Value <<= sal_Int32(pView->GetTabBarWidth()); in WriteUserDataSequence()
2741 pSettings[SC_ZOOM_TYPE].Value <<= sal_Int16(pThisTab->eZoomType); in WriteUserDataSequence()
2743 pSettings[SC_ZOOM_VALUE].Value <<= nZoomValue; in WriteUserDataSequence()
2745 pSettings[SC_PAGE_VIEW_ZOOM_VALUE].Value <<= nPageZoomValue; in WriteUserDataSequence()
2747 ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_PAGE_BREAK_PREVIEW].Value, bPagebreak); in WriteUserDataSequence()
2752 …ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_SHOWZERO].Value, pOptions->GetOption( VOPT_NULLVALS… in WriteUserDataSequence()
2754 …ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_SHOWNOTES].Value, pOptions->GetOption( VOPT_NOTES )… in WriteUserDataSequence()
2756 …ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_SHOWGRID].Value, pOptions->GetOption( VOPT_GRID ) ); in WriteUserDataSequence()
2760 pSettings[SC_GRIDCOLOR].Value <<= static_cast<sal_Int64>(aColor.GetColor()); in WriteUserDataSequence()
2762 …ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_SHOWPAGEBR].Value, pOptions->GetOption( VOPT_PAGEBR… in WriteUserDataSequence()
2764 …ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_COLROWHDR].Value, pOptions->GetOption( VOPT_HEADER … in WriteUserDataSequence()
2766 …ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_SHEETTABS].Value, pOptions->GetOption( VOPT_TABCONT… in WriteUserDataSequence()
2768 …ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_OUTLSYMB].Value, pOptions->GetOption( VOPT_OUTLINER… in WriteUserDataSequence()
2770 …ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_VALUE_HIGHLIGHTING].Value, pOptions->GetOption( VOP… in WriteUserDataSequence()
2774 ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_SNAPTORASTER].Value, aGridOpt.GetUseGridSnap() ); in WriteUserDataSequence()
2776 ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_RASTERVIS].Value, aGridOpt.GetGridVisible() ); in WriteUserDataSequence()
2778 pSettings[SC_RASTERRESX].Value <<= static_cast<sal_Int32> ( aGridOpt.GetFldDrawX() ); in WriteUserDataSequence()
2780 pSettings[SC_RASTERRESY].Value <<= static_cast<sal_Int32> ( aGridOpt.GetFldDrawY() ); in WriteUserDataSequence()
2782 pSettings[SC_RASTERSUBX].Value <<= static_cast<sal_Int32> ( aGridOpt.GetFldDivisionX() ); in WriteUserDataSequence()
2784 pSettings[SC_RASTERSUBY].Value <<= static_cast<sal_Int32> ( aGridOpt.GetFldDivisionY() ); in WriteUserDataSequence()
2786 ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_RASTERSYNC].Value, aGridOpt.GetSynchronize() ); in WriteUserDataSequence()
2808 if ((rSettings[i].Value >>= xNameContainer) && xNameContainer->hasElements()) in ReadUserDataSequence()
2834 if(rSettings[i].Value >>= sValue) in ReadUserDataSequence()
2844 if (rSettings[i].Value >>= nTemp32) in ReadUserDataSequence()
2850 if (rSettings[i].Value >>= fWidth) in ReadUserDataSequence()
2855 if (rSettings[i].Value >>= nTemp16) in ReadUserDataSequence()
2860 if (rSettings[i].Value >>= nTemp32) in ReadUserDataSequence()
2868 if (rSettings[i].Value >>= nTemp32) in ReadUserDataSequence()
2875 bPageMode = ScUnoHelpFunctions::GetBoolFromAny( rSettings[i].Value ); in ReadUserDataSequence()
2877 pOptions->SetOption(VOPT_NULLVALS, ScUnoHelpFunctions::GetBoolFromAny( rSettings[i].Value ) ); in ReadUserDataSequence()
2879 pOptions->SetOption(VOPT_NOTES, ScUnoHelpFunctions::GetBoolFromAny( rSettings[i].Value ) ); in ReadUserDataSequence()
2881 pOptions->SetOption(VOPT_GRID, ScUnoHelpFunctions::GetBoolFromAny( rSettings[i].Value ) ); in ReadUserDataSequence()
2885 if (rSettings[i].Value >>= nColor) in ReadUserDataSequence()
2896 pOptions->SetOption(VOPT_PAGEBREAKS, ScUnoHelpFunctions::GetBoolFromAny( rSettings[i].Value ) ); in ReadUserDataSequence()
2898 pOptions->SetOption(VOPT_HEADER, ScUnoHelpFunctions::GetBoolFromAny( rSettings[i].Value ) ); in ReadUserDataSequence()
2900 pOptions->SetOption(VOPT_TABCONTROLS, ScUnoHelpFunctions::GetBoolFromAny( rSettings[i].Value ) ); in ReadUserDataSequence()
2902 pOptions->SetOption(VOPT_OUTLINER, ScUnoHelpFunctions::GetBoolFromAny( rSettings[i].Value ) ); in ReadUserDataSequence()
2906 if ( rSettings[i].Value >>= nTemp16 ) in ReadUserDataSequence()
2912 if ( rSettings[i].Value >>= nTemp16 ) in ReadUserDataSequence()
2918 if ( rSettings[i].Value >>= nTemp16 ) in ReadUserDataSequence()
2922 … pOptions->SetOption( VOPT_SYNTAX, ScUnoHelpFunctions::GetBoolFromAny( rSettings[i].Value ) ); in ReadUserDataSequence()
2927 aGridOpt.SetUseGridSnap( ScUnoHelpFunctions::GetBoolFromAny( rSettings[i].Value ) ); in ReadUserDataSequence()
2929 aGridOpt.SetGridVisible( ScUnoHelpFunctions::GetBoolFromAny( rSettings[i].Value ) ); in ReadUserDataSequence()
2931 …FldDrawX( static_cast <sal_uInt32> ( ScUnoHelpFunctions::GetInt32FromAny( rSettings[i].Value ) ) ); in ReadUserDataSequence()
2933 …FldDrawY( static_cast <sal_uInt32> ( ScUnoHelpFunctions::GetInt32FromAny( rSettings[i].Value ) ) ); in ReadUserDataSequence()
2935 …ivisionX( static_cast <sal_uInt32> ( ScUnoHelpFunctions::GetInt32FromAny( rSettings[i].Value ) ) ); in ReadUserDataSequence()
2937 …ivisionY( static_cast <sal_uInt32> ( ScUnoHelpFunctions::GetInt32FromAny( rSettings[i].Value ) ) ); in ReadUserDataSequence()
2939 aGridOpt.SetSynchronize( ScUnoHelpFunctions::GetBoolFromAny( rSettings[i].Value ) ); in ReadUserDataSequence()