Home
last modified time | relevance | path

Searched refs:mbValid (Results 1 – 25 of 101) sorted by relevance

12345

/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/generic/
H A Dfract.cxx113 if (!mbValid) in operator double()
131 if ( !mbValid ) in operator +=()
150 if ( !mbValid ) in operator -=()
192 if ( !mbValid ) in operator *=()
217 if ( !mbValid ) in operator /=()
251 if ( !mbValid ) in ReduceInaccurate()
268 if ( !mbValid ) in GetNumerator()
278 if ( !mbValid ) in GetDenominator()
341 if ( !rVal1.mbValid || !rVal2.mbValid ) in operator ==()
352 if ( !rVal1.mbValid || !rVal2.mbValid ) in operator <()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/source/generic/
H A Dfract.cxx101 if (!mbValid) in operator double()
123 if ( !mbValid ) in operator +=()
142 if ( !mbValid ) in operator -=()
189 if ( !mbValid ) in operator *=()
214 if ( !mbValid ) in operator /=()
248 if ( !mbValid ) in ReduceInaccurate()
265 if ( !mbValid ) in GetNumerator()
275 if ( !mbValid ) in GetDenominator()
338 if ( !rVal1.mbValid || !rVal2.mbValid ) in operator ==()
349 if ( !rVal1.mbValid || !rVal2.mbValid ) in operator <()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxistream.cxx355 mbValid( false ) in XclImpStreamPos()
370 mbValid = bValid; in Set()
384 rbValid = mbValid; in Get()
446 mbValid( false ) in XclImpStream()
802 while (mbValid) in Ignore()
1027 return mbValid; in JumpToNextContinue()
1045 if( mbValid ) in JumpToNextStringContinue()
1051 if( mbValid ) in JumpToNextStringContinue()
1053 return mbValid; in JumpToNextStringContinue()
1061 mbValid = mbValid && (nBytes <= mnRawRecLeft); in EnsureRawReadSize()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxistream.cxx354 mbValid( false ) in XclImpStreamPos()
369 mbValid = bValid; in Set()
383 rbValid = mbValid; in Get()
445 mbValid( false ) in XclImpStream()
1022 return mbValid; in JumpToNextContinue()
1040 if( mbValid ) in JumpToNextStringContinue()
1044 mbValid = false; in JumpToNextStringContinue()
1046 if( mbValid ) in JumpToNextStringContinue()
1048 return mbValid; in JumpToNextStringContinue()
1056 mbValid = mbValid && (nBytes <= mnRawRecLeft); in EnsureRawReadSize()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/formula/source/core/api/
H A Dvectortoken.cxx18 mbValid(true) {} in VectorRefArray()
23 mbValid(false) {} in VectorRefArray()
28 mbValid(true) {} in VectorRefArray()
33 mbValid(true) {} in VectorRefArray()
38 mbValid(true) {} in VectorRefArray()
42 return mbValid; in isValid()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/formula/source/core/api/
H A Dvectortoken.cxx18 mbValid(true) {} in VectorRefArray()
23 mbValid(false) {} in VectorRefArray()
28 mbValid(true) {} in VectorRefArray()
33 mbValid(true) {} in VectorRefArray()
38 mbValid(true) {} in VectorRefArray()
42 return mbValid; in isValid()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/framework/module/
H A DCenterViewFocusModule.cxx44 mbValid(false), in CenterViewFocusModule()
62 mbValid = true; in CenterViewFocusModule()
66 if (mbValid) in CenterViewFocusModule()
88 mbValid = false; in disposing()
96 if (mbValid) in notifyConfigurationChange()
145 mbValid = false; in disposing()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/framework/module/
H A DCenterViewFocusModule.cxx44 mbValid(false), in CenterViewFocusModule()
62 mbValid = true; in CenterViewFocusModule()
66 if (mbValid) in CenterViewFocusModule()
88 mbValid = false; in disposing()
96 if (mbValid) in notifyConfigurationChange()
145 mbValid = false; in disposing()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A DViewShellManager.cxx239 if (mbValid) in AddSubShellFactory()
247 if (mbValid) in RemoveSubShellFactory()
253 if (mbValid) in ActivateViewShell()
268 if (mbValid) in SetFormShell()
274 if (mbValid) in ActivateSubShell()
280 if (mbValid) in DeactivateSubShell()
286 if (mbValid) in InvalidateAllSubShells()
304 if (mbValid) in MoveToTop()
310 if (mbValid) in GetShell()
318 if (mbValid) in GetTopShell()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A DViewShellManager.cxx238 if (mbValid) in AddSubShellFactory()
246 if (mbValid) in RemoveSubShellFactory()
252 if (mbValid) in ActivateViewShell()
267 if (mbValid) in SetFormShell()
273 if (mbValid) in ActivateSubShell()
279 if (mbValid) in DeactivateSubShell()
285 if (mbValid) in InvalidateAllSubShells()
303 if (mbValid) in MoveToTop()
309 if (mbValid) in GetShell()
317 if (mbValid) in GetTopShell()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/
H A Deventimp.cxx71 : mxShape(rxShape), mbValid(false), mbScript(false) in SdXMLEventContextData()
136 maData.mbValid = true; in SdXMLEventContext()
141 maData.mbValid = true; in SdXMLEventContext()
151 for(sal_Int16 i=0; (i < nAttrCount) && maData.mbValid; i++) in SdXMLEventContext()
195 maData.mbValid = XML_NAMESPACE_DOM == nScriptPrefix && sEventName == "click"; in SdXMLEventContext()
232 if( maData.mbValid ) in SdXMLEventContext()
233 maData.mbValid = !sEventName.isEmpty(); in SdXMLEventContext()
248 if( !mbValid ) in ApplyProperties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/ole/
H A Daxbinaryreader.cxx175 mbValid( true ) in AxBinaryPropertyReader()
272 return mbValid; in finalizeImport()
277 mbValid = mbValid && bCondition && !maInStrm.isEof(); in ensureValid()
278 return mbValid; in ensureValid()
H A Daxbinarywriter.cxx113 mbValid( true ), in AxBinaryPropertyWriter()
188 mbValid = mbValid && !maOutStrm.isEof(); in ensureValid()
189 return mbValid; in ensureValid()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/ole/
H A Daxbinaryreader.cxx176 mbValid( true ) in AxBinaryPropertyReader()
273 return mbValid; in finalizeImport()
278 mbValid = mbValid && bCondition && !maInStrm.isEof(); in ensureValid()
279 return mbValid; in ensureValid()
H A Daxbinarywriter.cxx116 mbValid( true ), in AxBinaryPropertyWriter()
191 mbValid = mbValid && !maOutStrm.isEof(); in ensureValid()
192 return mbValid; in ensureValid()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/vba/
H A Dvbabookmark.cxx32 …mark_BASE( rParent, rContext ), mxModel( rModel ), maBookmarkName( rBookmarkName ), mbValid( true ) in SwVbaBookmark()
44 if( !mbValid ) in checkVality()
53 mbValid = false; in Delete()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/vba/
H A Dvbabookmark.cxx37 …mark_BASE( rParent, rContext ), mxModel( rModel ), maBookmarkName( rBookmarkName ), mbValid( true ) in SwVbaBookmark()
49 if( !mbValid ) in checkVality()
58 mbValid = false; in Delete()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/
H A Deventimp.cxx71 : mxShape(rxShape), mbValid(false), mbScript(false) in SdXMLEventContextData()
131 maData.mbValid = true; in SdXMLEventContext()
136 maData.mbValid = true; in SdXMLEventContext()
176 maData.mbValid = XML_NAMESPACE_DOM == nScriptPrefix && sEventName == "click"; in SdXMLEventContext()
211 if( maData.mbValid ) in SdXMLEventContext()
212 maData.mbValid = !sEventName.isEmpty(); in SdXMLEventContext()
233 if( !mbValid ) in ApplyProperties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/uitest/
H A Dlogger.cxx67 , mbValid(false) in UITestLogger()
79 mbValid = true; in UITestLogger()
86 if (!mbValid) in logCommand()
150 if (!mbValid) in logAction()
169 if (!mbValid) in logAction()
184 if (!mbValid) in log()
195 if (!mbValid) in logKeyInput()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/uitest/
H A Dlogger.cxx66 , mbValid(false) in UITestLogger()
78 mbValid = true; in UITestLogger()
85 if (!mbValid) in logCommand()
151 if (!mbValid) in logAction()
170 if (!mbValid) in log()
181 if (!mbValid) in logKeyInput()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/xmloff/
H A Dxmlstyle.hxx51 bool mbValid : 1; // Set this to false in CreateAndInsert member in SvXMLStyleContext
85 bool IsValid() const { return mbValid; } in IsValid()
86 void SetValid( bool b ) { mbValid = b; } in SetValid()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/win/
H A Dsalprn.h85 bool mbValid; variable
108 bool isValid() const { return mbValid; } in isValid()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/win/
H A Dsalprn.h85 bool mbValid; variable
108 bool isValid() const { return mbValid; } in isValid()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/xmloff/
H A Dxmlstyle.hxx69 bool mbValid : 1; // Set this to false in CreateAndInsert member in SvXMLStyleContext
117 bool IsValid() const { return mbValid; } in IsValid()
118 void SetValid( bool b ) { mbValid = b; } in SetValid()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/msfilter/
H A Deschesdo.hxx40 bool mbValid : 1; member in ImplEESdrObject
71 bool IsValid() const { return mbValid; } in IsValid()

12345