Lines Matching refs:bRet

125 	sal_Bool		bRet = sal_False;  in ImplWriteSgaObject()  local
148 bRet = sal_True; in ImplWriteSgaObject()
154 return bRet; in ImplWriteSgaObject()
398 sal_Bool bRet = sal_False; in UnlockTheme() local
403 bRet = sal_True; in UnlockTheme()
406 return bRet; in UnlockTheme()
423 sal_Bool bRet = sal_False; in InsertObject() local
458 ImplSetModified( bRet = sal_True ); in InsertObject()
462 return bRet; in InsertObject()
546 sal_Bool bRet = sal_False; in ChangeObjectPos() local
560 ImplSetModified( bRet = sal_True ); in ChangeObjectPos()
565 return bRet; in ChangeObjectPos()
834 sal_Bool bRet = sal_False; in GetThumb() local
840 bRet = sal_True; in GetThumb()
843 return bRet; in GetThumb()
851 sal_Bool bRet = sal_False; in GetGraphic() local
864 bRet = ( GalleryGraphicImport( aURL, rGraphic, aFilterDummy, bProgress ) != SGA_IMPORT_NONE ); in GetGraphic()
879 bRet = sal_True; in GetGraphic()
890 bRet = sal_True; in GetGraphic()
908 bRet = sal_True; in GetGraphic()
918 return bRet; in GetGraphic()
925 sal_Bool bRet = sal_False; in InsertGraphic() local
979 bRet = ( pOStm->GetError() == ERRCODE_NONE ); in InsertGraphic()
986 bRet = ( pOStm->GetError() == ERRCODE_NONE ); in InsertGraphic()
989bRet = ( GraphicConverter::Export( *pOStm, rGraphic, nExportFormat ) == ERRCODE_NONE ); in InsertGraphic()
995 if( bRet ) in InsertGraphic()
1002 return bRet; in InsertGraphic()
1010 sal_Bool bRet = sal_False; in GetModel() local
1025 bRet = GallerySvDrawImport( *xIStm, rModel ); in GetModel()
1031 return bRet; in GetModel()
1040 sal_Bool bRet = sal_False; in InsertModel() local
1070 bRet = InsertObject( aObjSvDraw, nInsertPos ); in InsertModel()
1078 return bRet; in InsertModel()
1086 sal_Bool bRet = sal_False; in GetModelStream() local
1122 bRet = ( rxModelStream->GetError() == ERRCODE_NONE ); in GetModelStream()
1131 return bRet; in GetModelStream()
1140 sal_Bool bRet = sal_False; in InsertModelStream() local
1159 bRet = InsertObject( aObjSvDraw, nInsertPos ); in InsertModelStream()
1167 return bRet; in InsertModelStream()
1175 sal_Bool bRet = sal_False; in GetURL() local
1180 bRet = sal_True; in GetURL()
1183 return bRet; in GetURL()
1194 sal_Bool bRet = sal_False; in InsertURL() local
1209 bRet = sal_True; in InsertURL()
1213 return bRet; in InsertURL()
1222 sal_Bool bRet = sal_False; in InsertFileOrDirURL() local
1262 bRet = bRet || InsertURL( *aIter++, nInsertPos ); in InsertFileOrDirURL()
1264 return bRet; in InsertFileOrDirURL()
1271 sal_Bool bRet = sal_False; in InsertTransferable() local
1283 bRet = InsertModelStream( xModelStm, nInsertPos ); in InsertTransferable()
1316 bRet = InsertFileOrDirURL( aURL, nInsertPos ); in InsertTransferable()
1337 bRet = sal_False; in InsertTransferable()
1358 bRet = InsertModel( *aModel.GetModel(), nInsertPos ); in InsertTransferable()
1363 if( !bRet ) in InsertTransferable()
1364 bRet = InsertGraphic( *pGraphic, nInsertPos ); in InsertTransferable()
1370 return bRet; in InsertTransferable()