/aoo4110/main/basic/source/runtime/ |
H A D | props.cxx | 40 (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 D | stdobj1.cxx | 72 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 D | methods1.cxx | 114 (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 D | methods.cxx | 228 (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 D | sbdiagnose.cxx | 82 (void)bWrite; in RTLFUNC() 128 (void)bWrite; in RTLFUNC()
|
H A D | stdobj.cxx | 750 sal_Bool bWrite = sal_False; in SFX_NOTIFY() local 752 bWrite = sal_True; in SFX_NOTIFY() 753 if( t == SBX_HINT_DATAWANTED || bWrite ) in SFX_NOTIFY() 762 p( (StarBASIC*) GetParent(), *pPar_, bWrite ); in SFX_NOTIFY()
|
H A D | rtlproto.hxx | 27 #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 D | inputbox.cxx | 159 (void)bWrite; in IMPL_LINK_INLINE_END()
|
/aoo4110/main/basic/inc/basic/ |
H A D | sbstdobj.hxx | 58 void PropType( SbxVariable* pVar, SbxArray* pPar, sal_Bool bWrite ); 59 void PropWidth( SbxVariable* pVar, SbxArray* pPar, sal_Bool bWrite ); 60 void PropHeight( SbxVariable* pVar, SbxArray* pPar, sal_Bool bWrite ); 89 void PropBold( SbxVariable* pVar, SbxArray* pPar, sal_Bool bWrite ); 90 void PropItalic( SbxVariable* pVar, SbxArray* pPar, sal_Bool bWrite ); 92 void PropUnderline( SbxVariable* pVar, SbxArray* pPar, sal_Bool bWrite ); 93 void PropSize( SbxVariable* pVar, SbxArray* pPar, sal_Bool bWrite ); 94 void PropName( SbxVariable* pVar, SbxArray* pPar, sal_Bool bWrite ); 127 void MethClear( SbxVariable* pVar, SbxArray* pPar_, sal_Bool bWrite ); 128 void MethGetData( SbxVariable* pVar, SbxArray* pPar_, sal_Bool bWrite ); [all …]
|
/aoo4110/main/basic/source/inc/ |
H A D | sbunoobj.hxx | 291 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 D | sbtrace.hxx | 50 void RTL_Impl_TraceCommand( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
|
H A D | object.hxx | 59 ( SbxVariable* pThis, SbxArray* pArgs, sal_Bool bWrite );
|
/aoo4110/main/soldep/bootstrp/ |
H A D | command.cxx | 84 CommandLine::CommandLine(sal_Bool bWrite) in CommandLine() argument 86 : bTmpWrite(bWrite) in CommandLine() 109 CommandLine::CommandLine(const char *CommandString, sal_Bool bWrite) in CommandLine() argument 111 : bTmpWrite(bWrite) in CommandLine() 135 CommandLine::CommandLine(const CommandLine& CCommandLine, sal_Bool bWrite) in CommandLine() argument 137 : bTmpWrite(bWrite) in CommandLine()
|
/aoo4110/main/basic/source/sample/ |
H A D | object.cxx | 183 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()
|
/aoo4110/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 3058 (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 D | propacc.cxx | 374 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 D | eventatt.cxx | 442 void RTL_Impl_CreateUnoDialog( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_CreateUnoDialog() argument 447 (void)bWrite; in RTL_Impl_CreateUnoDialog()
|
/aoo4110/main/basic/source/sbx/ |
H A D | sbxcoll.cxx | 130 sal_Bool bWrite = sal_Bool( nId == SBX_HINT_DATACHANGED ); in SFX_NOTIFY() local 133 if( bRead || bWrite ) in SFX_NOTIFY()
|
/aoo4110/main/ucb/source/ucp/gvfs/ |
H A D | gvfs_content.hxx | 172 sal_Bool bWrite ); 177 sal_Bool bWrite = sal_False )
|
H A D | gvfs_content.cxx | 1157 uno::Any Content::mapVFSException( const GnomeVFSResult result, sal_Bool bWrite ) in mapVFSException() argument 1205 if ( bWrite ) in mapVFSException() 1297 sal_Bool bWrite /* = sal_False */ ) in cancelCommandExecution() argument 1300 ucbhelper::cancelCommandExecution( mapVFSException( result, bWrite ), xEnv ); in cancelCommandExecution()
|
/aoo4110/main/ucb/source/ucp/webdav/ |
H A D | webdavcontent.hxx | 183 sal_Bool bWrite ); 188 sal_Bool bWrite = sal_False )
|
/aoo4110/main/l10ntools/inc/ |
H A D | export.hxx | 380 Export( const ByteString &rOutput, sal_Bool bWrite, 382 Export( const ByteString &rOutput, sal_Bool bWrite,
|
/aoo4110/main/basic/source/comp/ |
H A D | sbcomp.cxx | 849 void RTL_Impl_TraceCommand( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_TraceCommand() argument 852 (void)bWrite; in RTL_Impl_TraceCommand()
|
/aoo4110/main/l10ntools/source/ |
H A D | export.cxx | 406 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()
|
/aoo4110/main/sot/source/sdstor/ |
H A D | stg.cxx | 138 sal_Bool OLEStorageBase::Validate_Impl( sal_Bool bWrite ) const in Validate_Impl() 144 && ( !bWrite || !pEntry->bDirect || ( nStreamMode & STREAM_WRITE ) ) ) in Validate_Impl()
|