Home
last modified time | relevance | path

Searched refs:bWrite (Results 1 – 25 of 31) sorted by relevance

12

/trunk/main/basic/source/runtime/
H A Dprops.cxx40 (void)bWrite; in RTLFUNC()
48 (void)bWrite; in RTLFUNC()
56 if( bWrite ) in RTLFUNC()
70 (void)bWrite; in RTLFUNC()
78 (void)bWrite; in RTLFUNC()
85 (void)bWrite; in RTLFUNC()
94 (void)bWrite; in RTLFUNC()
103 (void)bWrite; in RTLFUNC()
111 (void)bWrite; in RTLFUNC()
119 (void)bWrite; in RTLFUNC()
[all …]
H A Dmethods1.cxx114 (void)bWrite; in RTLFUNC()
235 (void)bWrite; in RTLFUNC()
252 (void)bWrite; in RTLFUNC()
269 (void)bWrite; in RTLFUNC()
286 (void)bWrite; in RTLFUNC()
308 (void)bWrite; in RTLFUNC()
325 (void)bWrite; in RTLFUNC()
621 (void)bWrite; in RTLFUNC()
630 (void)bWrite; in RTLFUNC()
637 (void)bWrite; in RTLFUNC()
[all …]
H A Dstdobj1.cxx72 if( bWrite ) in PropType()
93 if( bWrite ) in PropWidth()
108 if( bWrite ) in PropHeight()
169 sal_Bool bWrite = pHint->GetId() == SBX_HINT_DATACHANGED; in SFX_NOTIFY() local
187 if( bWrite ) in PropBold()
195 if( bWrite ) in PropItalic()
203 if( bWrite ) in PropStrikeThrough()
211 if( bWrite ) in PropUnderline()
219 if( bWrite ) in PropSize()
227 if( bWrite ) in PropName()
[all …]
H A Dmethods.cxx228 (void)bWrite; in RTLFUNC()
246 (void)bWrite; in RTLFUNC()
298 (void)bWrite; in RTLFUNC()
314 (void)bWrite; in RTLFUNC()
330 (void)bWrite; in RTLFUNC()
346 (void)bWrite; in RTLFUNC()
361 (void)bWrite; in RTLFUNC()
409 (void)bWrite; in RTLFUNC()
418 (void)bWrite; in RTLFUNC()
433 (void)bWrite; in RTLFUNC()
[all …]
H A Dsbdiagnose.cxx82 (void)bWrite; in RTLFUNC()
128 (void)bWrite; in RTLFUNC()
H A Dstdobj.cxx751 sal_Bool bWrite = sal_False; in SFX_NOTIFY() local
753 bWrite = sal_True; in SFX_NOTIFY()
754 if( t == SBX_HINT_DATAWANTED || bWrite ) in SFX_NOTIFY()
763 p( (StarBASIC*) GetParent(), *pPar_, bWrite ); in SFX_NOTIFY()
H A Drtlproto.hxx27 #define RTLFUNC( name ) void SbRtl_##name( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite )
30 typedef void( *RtlCall ) ( StarBASIC* p, SbxArray& rArgs, sal_Bool bWrite );
H A Dinputbox.cxx159 (void)bWrite; in IMPL_LINK_INLINE_END()
/trunk/main/basic/inc/basic/
H A Dsbstdobj.hxx59 void PropType( SbxVariable* pVar, SbxArray* pPar, sal_Bool bWrite );
60 void PropWidth( SbxVariable* pVar, SbxArray* pPar, sal_Bool bWrite );
61 void PropHeight( SbxVariable* pVar, SbxArray* pPar, sal_Bool bWrite );
90 void PropBold( SbxVariable* pVar, SbxArray* pPar, sal_Bool bWrite );
91 void PropItalic( SbxVariable* pVar, SbxArray* pPar, sal_Bool bWrite );
93 void PropUnderline( SbxVariable* pVar, SbxArray* pPar, sal_Bool bWrite );
94 void PropSize( SbxVariable* pVar, SbxArray* pPar, sal_Bool bWrite );
95 void PropName( SbxVariable* pVar, SbxArray* pPar, sal_Bool bWrite );
128 void MethClear( SbxVariable* pVar, SbxArray* pPar_, sal_Bool bWrite );
129 void MethGetData( SbxVariable* pVar, SbxArray* pPar_, sal_Bool bWrite );
[all …]
/trunk/main/basic/source/inc/
H A Dsbunoobj.hxx291 void RTL_Impl_CreateUnoStruct( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
292 void RTL_Impl_CreateUnoService( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
293 void RTL_Impl_CreateUnoServiceWithArguments( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
294 void RTL_Impl_CreateUnoValue( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
295 void RTL_Impl_GetProcessServiceManager( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
296 void RTL_Impl_HasInterfaces( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
297 void RTL_Impl_IsUnoStruct( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
298 void RTL_Impl_EqualUnoObjects( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
299 void RTL_Impl_GetDefaultContext( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
H A Dsbtrace.hxx50 void RTL_Impl_TraceCommand( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
H A Dobject.hxx59 ( SbxVariable* pThis, SbxArray* pArgs, sal_Bool bWrite );
/trunk/main/basic/source/sample/
H A Dobject.cxx183 sal_Bool bWrite = sal_False; in SFX_NOTIFY() local
185 bWrite = sal_True; in SFX_NOTIFY()
186 if( t == SBX_HINT_DATAWANTED || bWrite ) in SFX_NOTIFY()
197 (this->*(aMethods[ nIndex ].pFunc))( pVar, pPar_, bWrite ); in SFX_NOTIFY()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx3058 (void)bWrite; in RTL_Impl_CreateUnoStruct()
3083 (void)bWrite; in RTL_Impl_CreateUnoService()
3137 (void)bWrite; in RTL_Impl_CreateUnoServiceWithArguments()
3195 (void)bWrite; in RTL_Impl_GetProcessServiceManager()
3219 (void)bWrite; in RTL_Impl_HasInterfaces()
3271 void RTL_Impl_IsUnoStruct( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_IsUnoStruct() argument
3274 (void)bWrite; in RTL_Impl_IsUnoStruct()
3304 (void)bWrite; in RTL_Impl_EqualUnoObjects()
4208 (void)bWrite; in SbRtl_CreateUnoListener()
4272 (void)bWrite; in RTL_Impl_GetDefaultContext()
[all …]
H A Dpropacc.cxx374 void RTL_Impl_CreatePropertySet( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_CreatePropertySet() argument
377 (void)bWrite; in RTL_Impl_CreatePropertySet()
H A Deventatt.cxx442 void RTL_Impl_CreateUnoDialog( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_CreateUnoDialog() argument
447 (void)bWrite; in RTL_Impl_CreateUnoDialog()
/trunk/main/basic/source/sbx/
H A Dsbxcoll.cxx130 sal_Bool bWrite = sal_Bool( nId == SBX_HINT_DATACHANGED ); in SFX_NOTIFY() local
133 if( bRead || bWrite ) in SFX_NOTIFY()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.hxx172 sal_Bool bWrite );
177 sal_Bool bWrite = sal_False )
H A Dgvfs_content.cxx1155 uno::Any Content::mapVFSException( const GnomeVFSResult result, sal_Bool bWrite ) in mapVFSException() argument
1203 if ( bWrite ) in mapVFSException()
1295 sal_Bool bWrite /* = sal_False */ ) in cancelCommandExecution() argument
1298 ucbhelper::cancelCommandExecution( mapVFSException( result, bWrite ), xEnv ); in cancelCommandExecution()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.hxx183 sal_Bool bWrite );
188 sal_Bool bWrite = sal_False )
H A Dwebdavcontent.cxx3253 uno::Any Content::MapDAVException( const DAVException & e, sal_Bool bWrite ) in MapDAVException() argument
3299 if ( bWrite ) in MapDAVException()
3477 sal_Bool bWrite /* = sal_False */ ) in cancelCommandExecution() argument
3480 ucbhelper::cancelCommandExecution( MapDAVException( e, bWrite ), xEnv ); in cancelCommandExecution()
/trunk/main/l10ntools/inc/
H A Dexport.hxx380 Export( const ByteString &rOutput, sal_Bool bWrite,
382 Export( const ByteString &rOutput, sal_Bool bWrite,
/trunk/main/basic/source/comp/
H A Dsbcomp.cxx849 void RTL_Impl_TraceCommand( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_TraceCommand() argument
852 (void)bWrite; in RTL_Impl_TraceCommand()
/trunk/main/l10ntools/source/
H A Dexport.cxx406 Export::Export( const ByteString &rOutput, sal_Bool bWrite, in Export() argument
421 bEnableExport( bWrite ), in Export()
450 Export::Export( const ByteString &rOutput, sal_Bool bWrite, in Export() argument
466 bEnableExport( bWrite ), in Export()
/trunk/main/sot/source/sdstor/
H A Dstg.cxx138 sal_Bool OLEStorageBase::Validate_Impl( sal_Bool bWrite ) const in Validate_Impl()
144 && ( !bWrite || !pEntry->bDirect || ( nStreamMode & STREAM_WRITE ) ) ) in Validate_Impl()

Completed in 198 milliseconds

12