Home
last modified time | relevance | path

Searched refs:bDifferent (Results 1 – 12 of 12) sorted by relevance

/AOO41X/main/cui/source/tabpages/
H A Dtplneend.cxx362 sal_Bool bDifferent = sal_True; in IMPL_LINK() local
365 for ( long i = 0; i < nCount && bDifferent; i++ ) in IMPL_LINK()
367 bDifferent = sal_False; in IMPL_LINK()
370 if ( !bDifferent ) in IMPL_LINK()
383 while( !bDifferent && bLoop && pDlg->Execute() == RET_OK ) in IMPL_LINK()
386 bDifferent = sal_True; in IMPL_LINK()
388 for( long i = 0; i < nCount && bDifferent; i++ ) in IMPL_LINK()
391 bDifferent = sal_False; in IMPL_LINK()
394 if( bDifferent ) in IMPL_LINK()
403 if( bDifferent ) in IMPL_LINK()
[all …]
H A Dtpbitmap.cxx532 sal_Bool bDifferent = sal_False; in IMPL_LINK() local
534 while( !bDifferent ) in IMPL_LINK()
539 bDifferent = sal_True; in IMPL_LINK()
541 for( long i = 0; i < nCount && bDifferent; i++ ) in IMPL_LINK()
543 bDifferent = sal_False; in IMPL_LINK()
557 bDifferent = sal_True; in IMPL_LINK()
559 for( long i = 0; i < nCount && bDifferent; i++ ) in IMPL_LINK()
561 bDifferent = sal_False; in IMPL_LINK()
563 if( bDifferent ) { in IMPL_LINK()
672 sal_Bool bDifferent = sal_True; in IMPL_LINK() local
[all …]
H A Dtpcolor.cxx502 sal_Bool bDifferent = sal_True; in IMPL_LINK() local
505 for ( long i = 0; i < nCount && bDifferent; i++ ) in IMPL_LINK()
507 bDifferent = sal_False; in IMPL_LINK()
510 if ( !bDifferent ) in IMPL_LINK()
523 while ( !bDifferent && bLoop && pDlg->Execute() == RET_OK ) in IMPL_LINK()
526 bDifferent = sal_True; in IMPL_LINK()
528 for( long i = 0; i < nCount && bDifferent; i++ ) in IMPL_LINK()
531 bDifferent = sal_False; in IMPL_LINK()
534 if( bDifferent ) in IMPL_LINK()
543 if( bDifferent ) in IMPL_LINK()
[all …]
H A Dtphatch.cxx514 sal_Bool bDifferent = sal_False; in IMPL_LINK() local
516 while( !bDifferent ) in IMPL_LINK()
521 bDifferent = sal_True; in IMPL_LINK()
523 for( long i = 0; i < nCount && bDifferent; i++ ) in IMPL_LINK()
525 bDifferent = sal_False; in IMPL_LINK()
539 bDifferent = sal_True; in IMPL_LINK()
541 for( long i = 0; i < nCount && bDifferent; i++ ) in IMPL_LINK()
543 bDifferent = sal_False; in IMPL_LINK()
545 if( bDifferent ) { in IMPL_LINK()
625 sal_Bool bDifferent = sal_False; in IMPL_LINK() local
[all …]
H A Dtplnedef.cxx594 sal_Bool bDifferent = sal_False; in IMPL_LINK() local
596 while ( !bDifferent ) in IMPL_LINK()
601 bDifferent = sal_True; in IMPL_LINK()
603 for ( long i = 0; i < nCount && bDifferent; i++ ) in IMPL_LINK()
605 bDifferent = sal_False; in IMPL_LINK()
617 bDifferent = sal_True; in IMPL_LINK()
619 for( long i = 0; i < nCount && bDifferent; i++ ) in IMPL_LINK()
622 bDifferent = sal_False; in IMPL_LINK()
625 if( bDifferent ) in IMPL_LINK()
691 sal_Bool bDifferent = sal_False; in IMPL_LINK() local
[all …]
H A Dtpgradnt.cxx449 sal_Bool bDifferent = sal_False; in IMPL_LINK() local
451 while( !bDifferent ) in IMPL_LINK()
456 bDifferent = sal_True; in IMPL_LINK()
458 for( long i = 0; i < nCount && bDifferent; i++ ) in IMPL_LINK()
460 bDifferent = sal_False; in IMPL_LINK()
474 bDifferent = sal_True; in IMPL_LINK()
476 for( long i = 0; i < nCount && bDifferent; i++ ) in IMPL_LINK()
478 bDifferent = sal_False; in IMPL_LINK()
480 if( bDifferent ) in IMPL_LINK()
566 sal_Bool bDifferent = sal_False; in IMPL_LINK() local
[all …]
/AOO41X/main/sd/source/ui/dlg/
H A Dcustsdlg.cxx224 sal_Bool bDifferent = sal_False; in IMPL_LINK() local
226 while( !bDifferent ) in IMPL_LINK()
228 bDifferent = sal_True; in IMPL_LINK()
230 pCustomShow != NULL && bDifferent; in IMPL_LINK()
234 bDifferent = sal_False; in IMPL_LINK()
236 if( !bDifferent ) in IMPL_LINK()
468 sal_Bool bDifferent = sal_False; in CheckCustomShow() local
476 bDifferent = sal_True; in CheckCustomShow()
480 if( !bDifferent ) in CheckCustomShow()
483 pPage != NULL && pEntry != NULL && !bDifferent; in CheckCustomShow()
[all …]
/AOO41X/main/sd/source/ui/func/
H A Dfulinend.cxx118 sal_Bool bDifferent = sal_False; in DoExecute() local
120 while( !bDifferent ) in DoExecute()
125 bDifferent = sal_True; in DoExecute()
126 for( long i = 0; i < nCount && bDifferent; i++ ) in DoExecute()
129 bDifferent = sal_False; in DoExecute()
143 bDifferent = sal_True; in DoExecute()
145 for( long i = 0; i < nCount && bDifferent; i++ ) in DoExecute()
148 bDifferent = sal_False; in DoExecute()
151 if( bDifferent ) in DoExecute()
/AOO41X/main/svtools/source/misc/
H A Dimap.cxx708 sal_Bool bDifferent = sal_False; in IsEqual() local
716 bDifferent = sal_True; in IsEqual()
721 if ( !bDifferent ) in IsEqual()
877 sal_Bool bDifferent = ( aName != rImageMap.aName ); in operator ==() local
879 for ( sal_uInt16 i = 0; ( i < nCount ) && !bDifferent; i++ ) in operator ==()
891 bDifferent = sal_True; in operator ==()
898 bDifferent = sal_True; in operator ==()
905 bDifferent = sal_True; in operator ==()
914 bDifferent = sal_True; in operator ==()
917 if ( !bDifferent ) in operator ==()
/AOO41X/main/toolkit/source/awt/
H A Dvclxprinter.cxx132 sal_Bool bDifferent = sal_False; in convertFastPropertyValue() local
142 bDifferent = sal_True; in convertFastPropertyValue()
153 bDifferent = sal_True; in convertFastPropertyValue()
162 return bDifferent; in convertFastPropertyValue()
/AOO41X/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx1408 sal_Bool bDifferent = sal_False; in IMPL_LINK() local
1419 for(sal_uInt16 i = 0; i < AUTH_FIELD_END && !bDifferent; i++) in IMPL_LINK()
1420 bDifferent |= m_sFields[i] != pEntry->GetAuthorField((ToxAuthorityField)i); in IMPL_LINK()
1421 if(bDifferent) in IMPL_LINK()
1438 if(bDifferent) in IMPL_LINK()
/AOO41X/main/framework/test/typecfg/
H A Dxml2xcd.cxx1515 sal_Bool bDifferent = sal_False ; in impl_generateUINamesProperty() local
1522 bDifferent = sal_True; in impl_generateUINamesProperty()
1529 if( bDifferent == sal_True ) in impl_generateUINamesProperty()