Home
last modified time | relevance | path

Searched refs:rOpt (Results 1 – 25 of 86) sorted by relevance

1234

/trunk/main/unotools/source/config/
H A Dlingucfg.cxx463 SvtLinguOptions &rOpt = aOpt; in SetProperty() local
609 SvtLinguOptions &rOpt = aOpt; in LoadOptions() local
623 { rOpt.bROActiveDics = pROStates[i]; rVal >>= rOpt.aActiveDics; } break; in LoadOptions()
640 { rOpt.bROIsSpellAuto = pROStates[i]; rVal >>= rOpt.bIsSpellAuto; } break; in LoadOptions()
642 … { rOpt.bROIsSpellSpecial = pROStates[i]; rVal >>= rOpt.bIsSpellSpecial; } break; in LoadOptions()
644 … { rOpt.bROIsSpellReverse = pROStates[i]; rVal >>= rOpt.bIsSpellReverse; } break; in LoadOptions()
647 … { rOpt.bROHyphMinLeading = pROStates[i]; rVal >>= rOpt.nHyphMinLeading; } break; in LoadOptions()
649 … { rOpt.bROHyphMinTrailing = pROStates[i]; rVal >>= rOpt.nHyphMinTrailing; } break; in LoadOptions()
653 … { rOpt.bROIsHyphSpecial = pROStates[i]; rVal >>= rOpt.bIsHyphSpecial; } break; in LoadOptions()
655 { rOpt.bROIsHyphAuto = pROStates[i]; rVal >>= rOpt.bIsHyphAuto; } break; in LoadOptions()
[all …]
/trunk/main/sc/inc/
H A Ddocoptio.hxx102 rOpt.bIsIter = bIsIter; in CopyTo()
103 rOpt.nIterCount = nIterCount; in CopyTo()
104 rOpt.fIterEps = fIterEps; in CopyTo()
106 rOpt.nDay = nDay; in CopyTo()
107 rOpt.nMonth = nMonth; in CopyTo()
108 rOpt.nYear2000 = nYear2000; in CopyTo()
109 rOpt.nYear = nYear; in CopyTo()
147 && rOpt.nDay == nDay in operator ==()
148 && rOpt.nMonth == nMonth in operator ==()
149 && rOpt.nYear == nYear in operator ==()
[all …]
H A Dviewopti.hxx80 ScGridOptions( const SvxOptionsGrid& rOpt ) : SvxOptionsGrid( rOpt ) {} in ScGridOptions() argument
84 int operator== ( const ScGridOptions& rOpt ) const;
85 int operator!= ( const ScGridOptions& rOpt ) const { return !(operator==(rOpt)); } in operator !=()
115 int operator== ( const ScViewOptions& rOpt ) const;
116 int operator!= ( const ScViewOptions& rOpt ) const { return !(operator==(rOpt)); } in operator !=()
135 ScTpViewItem( sal_uInt16 nWhich, const ScViewOptions& rOpt );
H A Dscmod.hxx203 void SetViewOptions ( const ScViewOptions& rOpt );
204 void SetDocOptions ( const ScDocOptions& rOpt );
205 SC_DLLPUBLIC void SetAppOptions ( const ScAppOptions& rOpt );
206 void SetInputOptions ( const ScInputOptions& rOpt );
207 void SetPrintOptions ( const ScPrintOptions& rOpt );
H A Dprintopt.hxx50 int operator== ( const ScPrintOptions& rOpt ) const;
51 int operator!= ( const ScPrintOptions& rOpt ) const;
64 const ScPrintOptions& rOpt );
H A Darealink.hxx56 const String& rFilter, const String& rOpt,
72 void SetSource(const String& rDoc, const String& rFlt, const String& rOpt,
75 sal_Bool IsEqual( const String& rFile, const String& rFilter, const String& rOpt,
/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx236 GetMetric() == rOpt.GetMetric() && in operator ==()
237 GetDefTab() == rOpt.GetDefTab() ); in operator ==()
880 IsOrtho() == rOpt.IsOrtho() && in operator ==()
882 IsRotate() == rOpt.IsRotate() && in operator ==()
884 GetAngle() == rOpt.GetAngle() && in operator ==()
1048 rOpt.GetScale( nX2, nY2 ); in operator ==()
1328 return( IsDraw() == rOpt.IsDraw() && in operator ==()
1329 IsNotes() == rOpt.IsNotes() && in operator ==()
1330 IsHandout() == rOpt.IsHandout() && in operator ==()
1332 IsDate() == rOpt.IsDate() && in operator ==()
[all …]
/trunk/main/sw/source/ui/config/
H A Dcaption.cxx61 *this = rOpt; in InsCaptionOpt()
78 bUseCaption = rOpt.bUseCaption; in operator =()
79 eObjType = rOpt.eObjType; in operator =()
80 aOleId = rOpt.aOleId; in operator =()
81 sCategory = rOpt.sCategory; in operator =()
82 nNumType = rOpt.nNumType; in operator =()
84 sCaption = rOpt.sCaption; in operator =()
85 nPos = rOpt.nPos; in operator =()
86 nLevel = rOpt.nLevel; in operator =()
87 sSeparator = rOpt.sSeparator; in operator =()
[all …]
H A Dviewopt.cxx101 && aSnapSize == rOpt.aSnapSize in IsEqualFlags()
112 && bIdle == rOpt.bIdle in IsEqualFlags()
115 && bTest1 == rOpt.IsTest1() in IsEqualFlags()
116 && bTest2 == rOpt.IsTest2() in IsEqualFlags()
117 && bTest3 == rOpt.IsTest3() in IsEqualFlags()
118 && bTest4 == rOpt.IsTest4() in IsEqualFlags()
119 && bTest5 == rOpt.IsTest5() in IsEqualFlags()
120 && bTest6 == rOpt.IsTest6() in IsEqualFlags()
121 && bTest7 == rOpt.IsTest7() in IsEqualFlags()
122 && bTest8 == rOpt.IsTest8() in IsEqualFlags()
[all …]
H A Dmodcfg.cxx673 sal_Bool bTemp = rOpt.UseCaption(); in lcl_WriteOpt()
677 case 1: pValues[nProp] <<= OUString(rOpt.GetCategory()); break;//Category in lcl_WriteOpt()
678 case 2: pValues[nProp] <<= (sal_Int32)rOpt.GetNumType(); break;//Numbering", in lcl_WriteOpt()
874 rOpt.UseCaption() = *(sal_Bool*)pValues[nProp].getValue(); in lcl_ReadOpt()
879 rOpt.SetCategory(sTemp); in lcl_ReadOpt()
892 rOpt.SetNumSeparator(sTemp); in lcl_ReadOpt()
898 rOpt.SetCaption(sTemp); in lcl_ReadOpt()
905 rOpt.SetSeparator(sTemp); in lcl_ReadOpt()
919 rOpt.SetPos(sal::static_int_cast< sal_uInt16, sal_Int32>(nTemp)); in lcl_ReadOpt()
925 rOpt.SetCharacterStyle( sTemp ); in lcl_ReadOpt()
[all …]
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx2204 ImplApplyViewOptions( rOpt ); in ApplyViewOptions()
2214 aOpt.SetFldName( rOpt.IsFldName() ); in ApplyViewOptions()
2220 aOpt.SetPostIts(rOpt.IsPostIts()); in ApplyViewOptions()
2237 if (*pOpt == rOpt) in ImplApplyViewOptions()
2283 Fraction aNewFactor( rOpt.GetZoom(), 100 ); in ImplApplyViewOptions()
2313 pDView->SetGridSnap( rOpt.IsSnap() ); in ImplApplyViewOptions()
2318 const Size &rSz = rOpt.GetSnapSize(); in ImplApplyViewOptions()
2340 pOpt->SetUIOptions(rOpt); in ImplApplyViewOptions()
2389 pOpt->SetUIOptions(rOpt); in SetUIOptions()
2392 if(rOpt.IsStarOneSetting()) in SetUIOptions()
[all …]
/trunk/main/sc/source/ui/dbgui/
H A Dasciiopt.cxx67 bFixedLen ( rOpt.bFixedLen ), in ScAsciiOptions()
68 aFieldSeps ( rOpt.aFieldSeps ), in ScAsciiOptions()
69 bMergeFieldSeps ( rOpt.bMergeFieldSeps ), in ScAsciiOptions()
72 cTextSep ( rOpt.cTextSep ), in ScAsciiOptions()
73 eCharSet ( rOpt.eCharSet ), in ScAsciiOptions()
74 eLang ( rOpt.eLang ), in ScAsciiOptions()
75 bCharSetSystem ( rOpt.bCharSetSystem ), in ScAsciiOptions()
76 nStartRow ( rOpt.nStartRow ), in ScAsciiOptions()
77 nInfoCount ( rOpt.nInfoCount ) in ScAsciiOptions()
85 pColStart[i] = rOpt.pColStart[i]; in ScAsciiOptions()
[all …]
H A Dscuiasciiopt.cxx504 void ScImportAsciiDlg::GetOptions( ScAsciiOptions& rOpt ) in GetOptions() argument
506 rOpt.SetCharSet( meCharSet ); in GetOptions()
507 rOpt.SetCharSetSystem( mbCharSetSystem ); in GetOptions()
508 rOpt.SetLanguage(aLbCustomLang.GetSelectLanguage()); in GetOptions()
509 rOpt.SetFixedLen( aRbFixed.IsChecked() ); in GetOptions()
510 rOpt.SetStartRow( (long)aNfRow.GetValue() ); in GetOptions()
511 maTableBox.FillColumnData( rOpt ); in GetOptions()
514 rOpt.SetFieldSeps( GetSeparators() ); in GetOptions()
515 rOpt.SetMergeSeps( aCkbAsOnce.IsChecked() ); in GetOptions()
519 rOpt.SetQuotedAsText(aCkbQuotedAsText.IsChecked()); in GetOptions()
[all …]
/trunk/main/sw/source/core/doc/
H A Dsortopt.cxx78 SwSortOptions::SwSortOptions(const SwSortOptions& rOpt) : in SwSortOptions() argument
79 eDirection( rOpt.eDirection ), in SwSortOptions()
80 cDeli( rOpt.cDeli ), in SwSortOptions()
81 nLanguage( rOpt.nLanguage ), in SwSortOptions()
82 bTable( rOpt.bTable ), in SwSortOptions()
83 bIgnoreCase( rOpt.bIgnoreCase ) in SwSortOptions()
85 for( sal_uInt16 i=0; i < rOpt.aKeys.Count(); ++i ) in SwSortOptions()
87 SwSortKey* pNew = new SwSortKey(*rOpt.aKeys[i]); in SwSortOptions()
H A Ddocsort.cxx79 void SwSortElement::Init( SwDoc* pD, const SwSortOptions& rOpt, in Init() argument
84 pOptions = new SwSortOptions( rOpt ); in Init()
87 LanguageType nLang = rOpt.nLanguage; in Init()
333 sal_Bool SwDoc::SortText(const SwPaM& rPaM, const SwSortOptions& rOpt) in SortText() argument
381 pRedlUndo = new SwUndoRedlineSort( *pRedlPam,rOpt ); in SortText()
418 SwSortElement::Init( this, rOpt ); in SortText()
436 pUndoSort = new SwUndoSort(rPaM, rOpt); in SortText()
593 *pTblNd, rOpt, aFlatBox.HasItemSets() ); in SortTbl()
599 sal_uInt16 nCount = (rOpt.eDirection == SRT_ROWS) ? in SortTbl()
603 SwSortElement::Init( this, rOpt, &aFlatBox ); in SortTbl()
[all …]
/trunk/main/sw/source/filter/ascii/
H A Dparasc.cxx61 const SwAsciiOptions& rOpt; member in SwASCIIParser
106 : pDoc(pD), rInput(rIn), rOpt(rOpts), nScript(0), bNewDoc(bReadNewDoc) in SwASCIIParser()
118 if( rOpt.GetLanguage() ) in SwASCIIParser()
120 SvxLanguageItem aLang( (LanguageType)rOpt.GetLanguage(), in SwASCIIParser()
126 if( rOpt.GetFontName().Len() ) in SwASCIIParser()
128 Font aTextFont( rOpt.GetFontName(), Size( 0, 10 ) ); in SwASCIIParser()
267 const SwAsciiOptions *pUseMe=&rOpt; in ReadChars()
270 aEmpty.GetFontName() == rOpt.GetFontName() && in ReadChars()
271 aEmpty.GetCharSet() == rOpt.GetCharSet() && in ReadChars()
272 aEmpty.GetLanguage() == rOpt.GetLanguage() && in ReadChars()
[all …]
/trunk/main/sc/source/core/tool/
H A Dprintopt.cxx73 int ScPrintOptions::operator==( const ScPrintOptions& rOpt ) const in operator ==()
75 return bSkipEmpty == rOpt.bSkipEmpty in operator ==()
76 && bAllSheets == rOpt.bAllSheets; in operator ==()
79 int ScPrintOptions::operator!=( const ScPrintOptions& rOpt ) const in operator !=()
81 return !(operator==(rOpt)); in operator !=()
90 ScTpPrintItem::ScTpPrintItem( sal_uInt16 nWhichP, const ScPrintOptions& rOpt ) : in ScTpPrintItem() argument
92 theOptions ( rOpt ) in ScTpPrintItem()
H A Dviewopti.cxx203 int ScViewOptions::operator==( const ScViewOptions& rOpt ) const in operator ==()
208 for ( i=0; i<MAX_OPT && bEqual; i++ ) bEqual = (aOptArr [i] == rOpt.aOptArr[i]); in operator ==()
209 for ( i=0; i<MAX_TYPE && bEqual; i++ ) bEqual = (aModeArr[i] == rOpt.aModeArr[i]); in operator ==()
211 bEqual = bEqual && (aGridCol == rOpt.aGridCol); in operator ==()
212 bEqual = bEqual && (aGridColName == rOpt.aGridColName); in operator ==()
213 bEqual = bEqual && (aGridOpt == rOpt.aGridOpt); in operator ==()
248 ScTpViewItem::ScTpViewItem( sal_uInt16 nWhichP, const ScViewOptions& rOpt ) in ScTpViewItem() argument
250 theOptions ( rOpt ) in ScTpViewItem()
/trunk/main/sw/inc/
H A Dviewopt.hxx454 SwViewOption& operator=( const SwViewOption &rOpt );
456 sal_Bool IsEqualFlags ( const SwViewOption &rOpt ) const;
457 inline sal_Bool operator == ( const SwViewOption &rOpt ) const;
458 inline sal_Bool operator != ( const SwViewOption &rOpt ) const { return !(*this == rOpt); } in operator !=()
598 inline sal_Bool SwViewOption::operator==( const SwViewOption &rOpt ) const in operator ==()
600 return IsEqualFlags( rOpt ) && nZoom == rOpt.GetZoom(); in operator ==()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx2017 const ScViewOptions& rOpt = pViewSh->GetViewData()->GetOptions(); in getPropertyValue() local
2020 ScUnoHelpFunctions::SetBoolInAny( aRet, rOpt.GetOption( VOPT_HEADER ) ); in getPropertyValue()
2022 ScUnoHelpFunctions::SetBoolInAny( aRet, rOpt.GetOption( VOPT_HSCROLL ) ); in getPropertyValue()
2024 ScUnoHelpFunctions::SetBoolInAny( aRet, rOpt.GetOption( VOPT_OUTLINER ) ); in getPropertyValue()
2026 ScUnoHelpFunctions::SetBoolInAny( aRet, rOpt.GetOption( VOPT_TABCONTROLS ) ); in getPropertyValue()
2036 ScUnoHelpFunctions::SetBoolInAny( aRet, rOpt.GetOption( VOPT_SYNTAX ) ); in getPropertyValue()
2038 ScUnoHelpFunctions::SetBoolInAny( aRet, rOpt.GetOption( VOPT_VSCROLL ) ); in getPropertyValue()
2039 …else if ( aString.EqualsAscii( SC_UNO_SHOWOBJ ) ) aRet <<= (sal_Int16)( rOpt.GetObjMode( VOBJ_TYP… in getPropertyValue()
2040 …else if ( aString.EqualsAscii( SC_UNO_SHOWCHARTS ) ) aRet <<= (sal_Int16)( rOpt.GetObjMode( VOBJ_T… in getPropertyValue()
2041 …else if ( aString.EqualsAscii( SC_UNO_SHOWDRAW ) ) aRet <<= (sal_Int16)( rOpt.GetObjMode( VOBJ_TY… in getPropertyValue()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Darealink.cxx74 const String& rFilter, const String& rOpt, in ScAreaLink() argument
82 aOptions (rOpt), in ScAreaLink()
180 void ScAreaLink::SetSource(const String& rDoc, const String& rFlt, const String& rOpt, in SetSource() argument
185 aOptions = rOpt; in SetSource()
194 sal_Bool ScAreaLink::IsEqual( const String& rFile, const String& rFilter, const String& rOpt, in IsEqual() argument
197 return aFileName == rFile && aFilterName == rFilter && aOptions == rOpt && in IsEqual()
/trunk/main/sw/source/core/undo/
H A Dunsort.cxx62 SwUndoSort::SwUndoSort(const SwPaM& rRg, const SwSortOptions& rOpt) in SwUndoSort() argument
66 pSortOpt = new SwSortOptions(rOpt); in SwUndoSort()
70 const SwSortOptions& rOpt, sal_Bool bSaveTable ) in SwUndoSort() argument
77 pSortOpt = new SwSortOptions(rOpt); in SwUndoSort()
/trunk/main/sd/source/ui/inc/
H A Doptsitem.hxx162 sal_Bool operator==( const SdOptionsLayout& rOpt ) const;
218 sal_Bool operator==( const SdOptionsContents& rOpt ) const;
301 sal_Bool operator==( const SdOptionsMisc& rOpt ) const;
434 sal_Bool operator==( const SdOptionsSnap& rOpt ) const;
500 sal_Bool operator==( const SdOptionsZoom& rOpt ) const;
526 sal_Bool operator==( const SdOptionsGrid& rOpt ) const;
603 sal_Bool operator==( const SdOptionsPrint& rOpt ) const;
/trunk/main/svx/source/sdr/contact/
H A Dobjectcontactofpageview.cxx361 const SvtAccessibilityOptions& rOpt = rView.getAccessibilityOptions(); in IsTextAnimationAllowed() local
362 return rOpt.GetIsAllowAnimatedText(); in IsTextAnimationAllowed()
369 const SvtAccessibilityOptions& rOpt = rView.getAccessibilityOptions(); in IsGraphicAnimationAllowed() local
370 return rOpt.GetIsAllowAnimatedGraphics(); in IsGraphicAnimationAllowed()
/trunk/main/fpicker/source/office/
H A Diodlgimp.cxx65 static inline void SetViewOptUserItem( SvtViewOptions& rOpt, const String& rData ) in SetViewOptUserItem() argument
67 rOpt.SetUserItem( VIEWOPT_DATANAME, makeAny( ::rtl::OUString( rData ) ) ); in SetViewOptUserItem()
70 static inline String GetViewOptUserItem( const SvtViewOptions& rOpt ) in GetViewOptUserItem() argument
72 Any aAny( rOpt.GetUserItem( VIEWOPT_DATANAME ) ); in GetViewOptUserItem()

Completed in 173 milliseconds

1234