Searched refs:bFailed (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/sfx2/source/doc/ |
H A D | graphhelp.cxx | 130 sal_Bool bFailed = (sal_Bool)GraphicConverter::Export( *pStream, aGraph, CVT_EMF ); in getEnhMetaFileFromGDI_Impl() local 134 if ( !bFailed ) in getEnhMetaFileFromGDI_Impl() 158 sal_Bool bFailed = (sal_Bool)GraphicConverter::Export( *pStream, aGraph, CVT_WMF ); in getWinMetaFileFromGDI_Impl() local 160 if ( !bFailed ) in getWinMetaFileFromGDI_Impl()
|
/aoo42x/main/embeddedobj/source/msole/ |
H A D | ownview.cxx | 293 sal_Bool bFailed = sal_False; in ReadContentsAndGenerateTempFile() local 374 bFailed = sal_True; in ReadContentsAndGenerateTempFile() 411 if ( !bFailed ) in ReadContentsAndGenerateTempFile() 417 return !bFailed; in ReadContentsAndGenerateTempFile()
|
/aoo42x/main/sal/osl/os2/ |
H A D | profile.c | 876 sal_Bool bFailed; 957 bFailed = ! osl_getHomeDir(security, &strHome); 960 if (bFailed) return (sal_False); 989 bFailed = ! osl_getConfigDir(security, &strConfig); 992 if (bFailed) return (sal_False); 1057 bFailed = ! osl_getConfigDir(security, &strConfigDir); 1060 if (bFailed) return (sal_False);
|
/aoo42x/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/ |
H A D | hyphenimp.cxx | 392 const bool bFailed = 0 != hnj_hyphen_hyphenate3( dict, lcword, n, hyphens, NULL, in hyphenate() local 396 if (bFailed) in hyphenate() 652 const bool bFailed = 0 != hnj_hyphen_hyphenate3(dict, lcword, n, hyphens, NULL, in createPossibleHyphens() local 656 if (bFailed) in createPossibleHyphens()
|
/aoo42x/main/sal/osl/w32/ |
H A D | profile.cxx | 887 sal_Bool bFailed; in osl_getProfileName() local 968 bFailed = ! osl_getHomeDir(security, &strHome); in osl_getProfileName() 971 if (bFailed) return (sal_False); in osl_getProfileName() 1000 bFailed = ! osl_getConfigDir(security, &strConfig); in osl_getProfileName() 1003 if (bFailed) return (sal_False); in osl_getProfileName() 1068 bFailed = ! osl_getConfigDir(security, &strConfigDir); in osl_getProfileName() 1071 if (bFailed) return (sal_False); in osl_getProfileName()
|
/aoo42x/main/qadevOOo/runner/graphical/ |
H A D | OpenOfficePostscriptCreator.java | 471 boolean bFailed = true; // always be a pessimist, in impl_printToFileWithOOo() 683 bFailed = false; in impl_printToFileWithOOo() 696 if (bFailed == true) in impl_printToFileWithOOo()
|
/aoo42x/main/qadevOOo/runner/convwatch/ |
H A D | OfficePrint.java | 524 boolean bFailed = true; // always be a pessimist, in impl_printToFileWithOOo() 710 bFailed = false; in impl_printToFileWithOOo() 723 if (bFailed == true) in impl_printToFileWithOOo()
|
/aoo42x/main/vcl/unx/generic/printer/ |
H A D | ppdparser.cxx | 1238 bool bFailed = false; in parseConstraint() local 1260 bFailed = true; in parseConstraint() 1265 bFailed = true; in parseConstraint() 1270 bFailed = true; in parseConstraint() 1274 if( ! aConstraint.m_pKey1 || ! aConstraint.m_pKey2 || bFailed ) in parseConstraint()
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | mmoutputpage.cxx | 884 bool bFailed = false; in IMPL_LINK() local 893 bFailed = true; in IMPL_LINK() 896 if(bFailed) in IMPL_LINK()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unostyle.cxx | 2176 sal_Bool bFailed = sal_False; in lcl_SetStyleProperty() local 2204 bFailed = sal_True; in lcl_SetStyleProperty() 2211 bFailed = sal_True; in lcl_SetStyleProperty() 2213 if (bFailed) in lcl_SetStyleProperty()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par.cxx | 4149 bool bFailed = true; in InsertSegments() local 4164 bFailed = false; in InsertSegments() 4169 if(bFailed) in InsertSegments()
|
Completed in 120 milliseconds