Home
last modified time | relevance | path

Searched refs:bHasText (Results 1 – 14 of 14) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdotxat.cxx447 bool bHasText = false; in HasText() local
454 bHasText = (nParaCount > 1) || (rETO.GetText( 0 ).Len() != 0); in HasText()
457 return bHasText; in HasText()
H A Dsvdedtv.cxx524 sal_Bool bHasText=pObj->GetOutlinerParaObject()!=NULL; in CheckPossibilities() local
525 if (bGroup || bHasText) { in CheckPossibilities()
/trunk/main/editeng/source/editeng/
H A Deehtml.cxx318 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()
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx584 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()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx689 bool bHasText=false; in lcl_getAllValuesFromSequence() local
709 bHasText=true; in lcl_getAllValuesFromSequence()
714 if( !bHasValue && bHasText ) in lcl_getAllValuesFromSequence()
/trunk/main/vcl/source/window/
H A Dtoolbox2.cxx323 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()
/trunk/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx806 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()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrobjcustomshape.cxx120 bool bHasText(!aAttribute.getText().isDefault()); in createViewIndependentPrimitive2DSequence() local
144 if(bHasText || xGroup.hasElements()) in createViewIndependentPrimitive2DSequence()
150 if(bHasText) in createViewIndependentPrimitive2DSequence()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeEngine.cxx143 bool bHasText = pCustoObj->HasText(); in ImplForceGroupWithText() local
144 if ( pRenderedShape || bHasText ) in ImplForceGroupWithText()
165 if ( bHasText ) in ImplForceGroupWithText()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationCreateDialog.cxx189 …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 DCustomAnimationCreateDialog.hxx48 … pPane, const std::vector< ::com::sun::star::uno::Any >& rTargets, bool bHasText, const ::rtl::OUS…
H A DCustomAnimationDialog.cxx2438 sal_Bool bHasText = sal_False; in CustomAnimationDialog() local
2440 pSet->getPropertyValue( nHandleHasText ) >>= bHasText; in CustomAnimationDialog()
2442 if( bHasText ) in CustomAnimationDialog()
H A DCustomAnimationPane.cxx1953 bool bHasText = true; in onChange() local
1977 if( bHasText ) in onChange()
1982 bHasText = false; in onChange()
1992 bHasText = false; in onChange()
2024 if( !bHasText || !(*aIter)->hasText() ) in onChange()
2025 bHasText = false; in onChange()
2037 …teDialog* pDlg = new CustomAnimationCreateDialog( this, this, aTargets, bHasText, sPresetId, fDura… in onChange()
2058 if( bHasText && (aTargets.size() == 1) ) in onChange()
/trunk/main/odk/examples/cpp/complextoolbarcontrols/
H A DMyProtocolHandler.cxx485 sal_Bool bHasText( sal_False ); in controlEvent() local
490 bHasText = Event.aInformation[i].Value >>= aNewText; in controlEvent()
495 if ( bHasText ) in controlEvent()

Completed in 148 milliseconds