/aoo41x/main/sd/source/ui/animations/ |
H A D | CustomAnimationCreateDialog.cxx | 189 …nCreateDialog* pDialogParent, int nTabId, const PresetCategoryList& rCategoryList, bool bHasText ); 253 …onCreateDialog* pDialogParent, int nTabId, const PresetCategoryList& rCategoryList, bool bHasText ) in CustomAnimationCreateTabPage() argument 299 if( pDescriptor.get() && (bHasText || !pDescriptor->isTextOnly() ) ) in CustomAnimationCreateTabPage() 516 … pPane, const std::vector< ::com::sun::star::uno::Any >& rTargets, bool bHasText, const ::rtl::OUS… in CustomAnimationCreateDialog() argument 533 …tomAnimationCreateTabPage( mpTabControl, this, ENTRANCE, rPresets.getEntrancePresets(), bHasText ); in CustomAnimationCreateDialog() 536 …tomAnimationCreateTabPage( mpTabControl, this, EMPHASIS, rPresets.getEmphasisPresets(), bHasText ); in CustomAnimationCreateDialog() 539 … new CustomAnimationCreateTabPage( mpTabControl, this, EXIT, rPresets.getExitPresets(), bHasText ); in CustomAnimationCreateDialog() 542 …imationCreateTabPage( mpTabControl, this, MOTIONPATH, rPresets.getMotionPathsPresets(), bHasText ); in CustomAnimationCreateDialog() 545 …stomAnimationCreateTabPage( mpTabControl, this, MISCEFFECTS, rPresets.getMiscPresets(), bHasText ); in CustomAnimationCreateDialog()
|
H A D | CustomAnimationPane.cxx | 1950 bool bHasText = true; in onChange() local 1974 if( bHasText ) in onChange() 1979 bHasText = false; in onChange() 1989 bHasText = false; in onChange() 2021 if( !bHasText || !(*aIter)->hasText() ) in onChange() 2022 bHasText = false; in onChange() 2034 …teDialog* pDlg = new CustomAnimationCreateDialog( this, this, aTargets, bHasText, sPresetId, fDura… in onChange() 2055 if( bHasText && (aTargets.size() == 1) ) in onChange()
|
H A D | CustomAnimationCreateDialog.hxx | 48 … pPane, const std::vector< ::com::sun::star::uno::Any >& rTargets, bool bHasText, const ::rtl::OUS…
|
H A D | CustomAnimationDialog.cxx | 2438 sal_Bool bHasText = sal_False; in CustomAnimationDialog() local 2440 pSet->getPropertyValue( nHandleHasText ) >>= bHasText; in CustomAnimationDialog() 2442 if( bHasText ) in CustomAnimationDialog()
|
/aoo41x/main/svx/source/sdr/contact/ |
H A D | viewcontactofsdrobjcustomshape.cxx | 120 bool bHasText(!aAttribute.getText().isDefault()); in createViewIndependentPrimitive2DSequence() local 144 if(bHasText || xGroup.hasElements()) in createViewIndependentPrimitive2DSequence() 150 if(bHasText) in createViewIndependentPrimitive2DSequence()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | eehtml.cxx | 318 sal_Bool bHasText = HasTextInCurrentPara(); in NextToken() local 319 if ( bHasText ) in NextToken() 759 sal_Bool bHasText = HasTextInCurrentPara(); in EndPara() local 760 if ( bHasText ) in EndPara()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdotxat.cxx | 447 bool bHasText = false; in HasText() local 454 bHasText = (nParaCount > 1) || (rETO.GetText( 0 ).Len() != 0); in HasText() 457 return bHasText; in HasText()
|
H A D | svdedtv.cxx | 524 sal_Bool bHasText=pObj->GetOutlinerParaObject()!=NULL; in CheckPossibilities() local 525 if (bGroup || bHasText) { in CheckPossibilities()
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeEngine.cxx | 143 bool bHasText = pCustoObj->HasText(); in ImplForceGroupWithText() local 144 if ( pRenderedShape || bHasText ) in ImplForceGroupWithText() 165 if ( bHasText ) in ImplForceGroupWithText()
|
/aoo41x/main/odk/examples/cpp/complextoolbarcontrols/ |
H A D | MyProtocolHandler.cxx | 485 sal_Bool bHasText( sal_False ); in controlEvent() local 490 bHasText = Event.aInformation[i].Value >>= aNewText; in controlEvent() 495 if ( bHasText ) in controlEvent()
|
/aoo41x/main/vcl/source/window/ |
H A D | toolbox2.cxx | 323 sal_Bool bHasText; in DetermineButtonDrawStyle() local 331 bHasText = sal_False; in DetermineButtonDrawStyle() 333 bHasText = sal_True; in DetermineButtonDrawStyle() 340 if( bHasImage || !bHasText ) in DetermineButtonDrawStyle() 353 if( bHasText || !bHasImage ) in DetermineButtonDrawStyle()
|
/aoo41x/main/sd/source/core/ |
H A D | CustomAnimationEffect.cxx | 584 sal_Bool bHasText = xEnumeration->hasMoreElements(); in checkForText() local 585 bChange |= bHasText != mbHasText; in checkForText() 586 mbHasText = bHasText; in checkForText() 613 sal_Bool bHasText = xText.is() && xText->getString().getLength(); in checkForText() local 614 bChange |= bHasText != mbHasText; in checkForText() 615 mbHasText = bHasText; in checkForText()
|
/aoo41x/main/sw/source/ui/index/ |
H A D | swuiidxmrk.cxx | 806 sal_Bool bHasText = (aEntryED.GetText().Len()>0); in IMPL_LINK() local 807 if(!bHasText) in IMPL_LINK() 815 aPhoneticFT0.Enable(bHasText&&bIsPhoneticReadingEnabled); in IMPL_LINK() 816 aPhoneticED0.Enable(bHasText&&bIsPhoneticReadingEnabled); in IMPL_LINK()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLExport.cxx | 689 bool bHasText=false; in lcl_getAllValuesFromSequence() local 709 bHasText=true; in lcl_getAllValuesFromSequence() 714 if( !bHasValue && bHasText ) in lcl_getAllValuesFromSequence()
|